| 1234567891011121314 |
- // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
- import { createElement, forwardRef } from 'react';
- import { IconBase } from '../icon';
- var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M1.90088 3.84566C1.90088 2.41859 3.05775 1.26172 4.48482 1.26172H11.5148C11.883 1.26172 12.1815 1.5602 12.1815 1.92839V10.2352C12.1815 10.2358 12.1815 10.2363 12.1815 10.2368C12.1815 10.605 11.883 10.9035 11.5148 10.9035H4.48482C4.39396 10.9035 4.30536 10.9132 4.22 10.9316C3.67928 11.049 3.26586 11.5181 3.23595 12.0877C3.2348 12.1097 3.23421 12.1318 3.23421 12.1541C3.23421 12.8448 3.79413 13.4047 4.48482 13.4047H12.7655V2.56771C12.7655 2.19952 13.0639 1.90104 13.4321 1.90104C13.8003 1.90104 14.0988 2.19952 14.0988 2.56771V14.0714C14.0988 14.4396 13.8003 14.7381 13.4321 14.7381H4.48482C3.05775 14.7381 1.90088 13.5812 1.90088 12.1541V3.84566Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M4.80452 11.487C4.43633 11.487 4.13786 11.7855 4.13786 12.1536C4.13786 12.5218 4.43633 12.8203 4.80452 12.8203H11.1955C11.5636 12.8203 11.8621 12.5218 11.8621 12.1536C11.8621 11.7855 11.5636 11.487 11.1955 11.487H4.80452Z" } }] };
- export var WikiSingle = forwardRef(function (props, ref) {
- return createElement(IconBase, Object.assign({}, props, {
- id: 'wiki-single',
- ref: ref,
- icon: element,
- }));
- });
- WikiSingle.displayName = 'WikiSingle';
- export default WikiSingle;
- //# sourceMappingURL=wiki-single.js.map
|