file-lock-single.js 2.4 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_333", "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_333)", "fillRule": "evenodd", "clipRule": "evenodd" }, "children": [{ "tag": "path", "attrs": { "d": "M3.21442 1.49963C2.54372 1.49963 2 2.00763 2 2.63426V13.365C2 13.9917 2.54372 14.4996 3.21442 14.4996H7.04288C7.36119 14.4996 7.61923 14.2585 7.61923 13.9612C7.61923 13.6638 7.36119 13.4227 7.04288 13.4227H3.21442C3.18033 13.4227 3.15269 13.3969 3.15269 13.365V2.63426C3.15269 2.60241 3.18033 2.57659 3.21442 2.57659H9.01889V5.01887C9.01889 5.31627 9.27693 5.55735 9.59523 5.55735H12.2092V7.70156C12.2092 7.99895 12.4673 8.24004 12.7856 8.24004C13.1039 8.24004 13.3619 7.99895 13.3619 7.70156V5.02542C13.362 5.02324 13.362 5.02106 13.362 5.01887C13.362 4.87824 13.3043 4.75021 13.2098 4.6543L10.3426 1.67789C10.2333 1.56442 10.0776 1.49963 9.91423 1.49963H3.21442ZM10.1716 3.11021V4.48039H11.4915L10.1716 3.11021Z" } }, { "tag": "path", "attrs": { "d": "M8.95711 10.4419C8.63881 10.4419 8.38077 10.683 8.38077 10.9804V13.365C8.38077 13.6624 8.63881 13.9035 8.95711 13.9035H13.4237C13.742 13.9035 14 13.6624 14 13.365V10.9804C14 10.683 13.742 10.4419 13.4237 10.4419H12.7239V10.0862C12.7239 9.2949 12.0373 8.65347 11.1904 8.65347C10.3435 8.65347 9.65693 9.2949 9.65693 10.0862V10.4419H8.95711ZM12.1475 11.5189L12.1434 11.5189H10.2374L10.2333 11.5189L10.2292 11.5189H9.53346V12.8265H12.8473V11.5189H12.1516L12.1475 11.5189ZM11.5712 10.0862V10.4419H10.8096V10.0862C10.8096 9.88969 10.9801 9.73043 11.1904 9.73043C11.4007 9.73043 11.5712 9.88969 11.5712 10.0862Z" } }] }] };
  5. export var FileLockSingle = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'file-lock-single',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. FileLockSingle.displayName = 'FileLockSingle';
  13. export default FileLockSingle;
  14. //# sourceMappingURL=file-lock-single.js.map