paste-column-width-only.js 2.2 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_1063", "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_1063)", "fillRule": "evenodd", "clipRule": "evenodd" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M7.99993 1.3335C7.18171 1.3335 6.51845 1.99679 6.51845 2.81498H3.85178C3.36085 2.81498 2.96289 3.21296 2.96289 3.70387V13.7779C2.96289 14.2689 3.36086 14.6668 3.85178 14.6668H12.1481C12.639 14.6668 13.037 14.2689 13.037 13.7779V3.70387C13.037 3.21296 12.639 2.81498 12.1481 2.81498H9.48141C9.48141 1.99679 8.81815 1.3335 7.99993 1.3335ZM7.70363 2.81498C7.70363 2.65133 7.83628 2.51868 7.99993 2.51868C8.16357 2.51868 8.29622 2.65133 8.29622 2.81498V3.3929C8.29622 3.72859 8.56842 4.00016 8.90348 4.00016H9.48141V4.59276H6.51845V4.00016H7.09637C7.43144 4.00016 7.70363 3.72859 7.70363 3.3929V2.81498ZM10.6666 4.00016V4.88905C10.6666 5.37998 10.2686 5.77794 9.77771 5.77794H6.22215C5.73123 5.77794 5.33326 5.37998 5.33326 4.88905V4.00016H4.14808V13.4816H11.8518V4.00016H10.6666Z" } }, { "tag": "path", "attrs": { "fill": "colorChannel1", "d": "M7.63337 8.18135V10.9147H8.36671V8.18135H7.63337ZM7.33337 6.88135C6.78109 6.88135 6.33337 7.32906 6.33337 7.88135V11.2147C6.33337 11.767 6.78109 12.2147 7.33337 12.2147H8.66671C9.21899 12.2147 9.66671 11.767 9.66671 11.2147V7.88135C9.66671 7.32906 9.21899 6.88135 8.66671 6.88135H7.33337Z" } }] }] };
  5. export var PasteColumnWidthOnly = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'paste-column-width-only',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. PasteColumnWidthOnly.displayName = 'PasteColumnWidthOnly';
  13. export default PasteColumnWidthOnly;
  14. //# sourceMappingURL=paste-column-width-only.js.map