note-single.js 1.8 KB

1234567891011121314
  1. // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
  2. import { createElement, forwardRef } from 'react';
  3. import { IconBase } from '../icon';
  4. var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "mask", "attrs": { "id": "mask0_102_787", "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": { "fill": "currentColor", "mask": "url(#mask0_102_787)" }, "children": [{ "tag": "path", "attrs": { "d": "M4.96962 6.70151C4.6349 6.70151 4.36356 6.97981 4.36356 7.32311C4.36356 7.66641 4.6349 7.94471 4.96962 7.94471H11.0302C11.3649 7.94471 11.6363 7.66641 11.6363 7.32311C11.6363 6.97981 11.3649 6.70151 11.0302 6.70151H4.96962Z" } }, { "tag": "path", "attrs": { "d": "M1.93931 1.7395C1.60459 1.7395 1.33325 2.0178 1.33325 2.3611V11.9851C1.33325 12.3284 1.60459 12.6067 1.93931 12.6067H4.06052V13.5391C4.06052 13.7545 4.16928 13.9546 4.34796 14.0679C4.52664 14.1811 4.74975 14.1914 4.93762 14.0951L7.83996 12.6067H14.0605C14.3952 12.6067 14.6666 12.3284 14.6666 11.9851V2.3611C14.6666 2.0178 14.3952 1.7395 14.0605 1.7395H1.93931ZM2.54537 11.3635V2.9827H7.99992H13.4545V11.3635H7.69689C7.6028 11.3635 7.51 11.386 7.42585 11.4291L5.27265 12.5333V11.9851C5.27265 11.6418 5.0013 11.3635 4.66659 11.3635H2.54537Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] }] };
  5. export var NoteSingle = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'note-single',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. NoteSingle.displayName = 'NoteSingle';
  13. export default NoteSingle;
  14. //# sourceMappingURL=note-single.js.map