fonteditor/test/data/icomoon.svg.js
2015-04-26 22:33:14 +08:00

6 lines
862 B
JavaScript

define(
function (require) {
return '<?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" ><svg xmlns="http://www.w3.org/2000/svg"><metadata>Generated by IcoMoon</metadata><defs><font id="icomoon" horiz-adv-x="1024"><font-face font-family="icomoon" font-weight="400" units-per-em="1024" ascent="960" descent="-64" x-height="0" bbox="6 -206 1317 808" underline-thickness="0" underline-position="50" unicode-range="U+e001-e001"/><missing-glyph horiz-adv-x="1024" /><glyph unicode="&#x20;" d="" horiz-adv-x="512" /><glyph unicode="&#xe001;" d="M256 576v384h768v-384h-64v320h-640v-320zM1024 384v-448h-768v448h64v-384h640v384zM512 512h128v-64h-128zM320 512h128v-64h-128zM704 512h128v-64h-128zM896 512h128v-64h-128zM0 672l192-192-192-192z" /></font></defs></svg>';
}
);