| 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": "mask", "attrs": { "id": "mask0_102_1043", "style": { "maskType": "alpha" }, "width": 16, "height": 16, "x": 0, "y": 0, "maskUnits": "userSpaceOnUse" }, "children": [{ "tag": "path", "attrs": { "fill": "#DCDCDC", "d": "M0 0H16V16H0z" } }] }, { "tag": "g", "attrs": { "mask": "url(#mask0_102_1043)" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M8.00005 1.3335C7.18183 1.3335 6.51857 1.99679 6.51857 2.81498H3.8519C3.36097 2.81498 2.96301 3.21296 2.96301 3.70387V13.7779C2.96301 14.2689 3.36098 14.6668 3.8519 14.6668H12.1482C12.6391 14.6668 13.0371 14.2689 13.0371 13.7779V3.70387C13.0371 3.21296 12.6391 2.81498 12.1482 2.81498H9.48153C9.48153 1.99679 8.81827 1.3335 8.00005 1.3335ZM7.70375 2.81498C7.70375 2.65133 7.8364 2.51868 8.00005 2.51868C8.1637 2.51868 8.29635 2.65133 8.29635 2.81498V3.3929C8.29635 3.72859 8.56854 4.00016 8.9036 4.00016H9.48153V4.59276H6.51857V4.00016H7.09649C7.43156 4.00016 7.70375 3.72859 7.70375 3.3929V2.81498ZM10.6667 4.00016V4.88905C10.6667 5.37998 10.2688 5.77794 9.77783 5.77794H6.22227C5.73135 5.77794 5.33338 5.37998 5.33338 4.88905V4.00016H4.1482V13.4816H11.8519V4.00016H10.6667Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "colorChannel1", "d": "M6.00027 7.5752C5.6689 7.5752 5.40027 7.84382 5.40027 8.1752 5.40027 8.50657 5.6689 8.7752 6.00027 8.7752H10.0003C10.3316 8.7752 10.6003 8.50657 10.6003 8.1752 10.6003 7.84382 10.3316 7.5752 10.0003 7.5752H6.00027zM6.66694 9.67546C6.33556 9.67546 6.06694 9.94408 6.06694 10.2755 6.06694 10.6068 6.33556 10.8755 6.66694 10.8755H9.3336C9.66497 10.8755 9.9336 10.6068 9.9336 10.2755 9.9336 9.94408 9.66497 9.67546 9.3336 9.67546H6.66694z" } }] }] };
- export var PasteFormatOnly = forwardRef(function (props, ref) {
- return createElement(IconBase, Object.assign({}, props, {
- id: 'paste-format-only',
- ref: ref,
- icon: element,
- }));
- });
- PasteFormatOnly.displayName = 'PasteFormatOnly';
- export default PasteFormatOnly;
- //# sourceMappingURL=paste-format-only.js.map
|