26 lines
1.0 KiB
XML
26 lines
1.0 KiB
XML
<?xml version="1.0" standalone="no"?>
|
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
|
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
<!--
|
|
Copyright 2013 The Closure Library Authors. All Rights Reserved.
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS-IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 9 9">
|
|
<title>Closure Logo</title>
|
|
<path d="M2,2 h2 a2,2 0 1 0 -2,2 z" fill="#0066CF" />
|
|
<path d="M7,2 h-2 a2,2 0 1 1 2,2 z" fill="#FD0100" />
|
|
<path d="M2,7 h2 a2,2 0 1 1 -2,-2 z" fill="#FEC502" />
|
|
<path d="M7,7 h-2 a2,2 0 1 0 2,-2 z" fill="#009338" />
|
|
</svg>
|