| 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 21 21", "width": "1em", "height": "1em" }, "children": [{ "tag": "mask", "attrs": { "id": "mask0_273_6456", "style": { "maskType": "alpha" }, "width": 21, "height": 21, "x": 0, "y": 0, "maskUnits": "userSpaceOnUse" }, "children": [{ "tag": "path", "attrs": { "fill": "#D9D9D9", "d": "M0.91 0.84H20.91V20.84H0.91z" } }] }, { "tag": "g", "attrs": { "fill": "currentColor", "mask": "url(#mask0_273_6456)" }, "children": [{ "tag": "path", "attrs": { "d": "M8.57312 9.0081V6.84143H12.4065V9.0081H8.57312Z" } }, { "tag": "path", "attrs": { "d": "M3.24011 3.34139C3.24011 2.32887 4.06092 1.50806 5.07345 1.50806H16.7401C17.7527 1.50806 18.5734 2.32888 18.5734 3.34139V18.3414C18.5734 19.3539 17.7526 20.1747 16.7401 20.1747H5.07345C4.06093 20.1747 3.24011 19.3539 3.24011 18.3414V3.34139ZM7.57312 12.3414C7.02084 12.3414 6.57312 12.7891 6.57312 13.3414C6.57312 13.8937 7.02084 14.3414 7.57312 14.3414H13.4065C13.9587 14.3414 14.4065 13.8937 14.4065 13.3414C14.4065 12.7891 13.9587 12.3414 13.4065 12.3414H7.57312ZM6.57312 15.8414C6.57312 15.2891 7.02084 14.8414 7.57312 14.8414H10.4898C11.0421 14.8414 11.4898 15.2891 11.4898 15.8414C11.4898 16.3937 11.0421 16.8414 10.4898 16.8414H7.57312C7.02084 16.8414 6.57312 16.3937 6.57312 15.8414ZM7.57312 4.84143C7.02084 4.84143 6.57312 5.28915 6.57312 5.84143V10.0081C6.57312 10.5604 7.02084 11.0081 7.57312 11.0081H13.4065C13.9587 11.0081 14.4065 10.5604 14.4065 10.0081V5.84143C14.4065 5.28915 13.9587 4.84143 13.4065 4.84143H7.57312Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] }] };
- export var ContentSingle20 = forwardRef(function (props, ref) {
- return createElement(IconBase, Object.assign({}, props, {
- id: 'content-single-20',
- ref: ref,
- icon: element,
- }));
- });
- ContentSingle20.displayName = 'ContentSingle20';
- export default ContentSingle20;
- //# sourceMappingURL=content-single-20.js.map
|