| 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_1146", "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_1146)", "fillRule": "evenodd", "clipRule": "evenodd" }, "children": [{ "tag": "path", "attrs": { "fill": "colorChannel1", "d": "M12.0782 2.42707C12.2623 2.10814 12.1531 1.70034 11.8341 1.5162C11.5152 1.33207 11.1074 1.44134 10.9233 1.76027L5.59425 10.9904C5.174 10.3752 4.46706 9.97144 3.66583 9.97144C2.37691 9.97144 1.33203 11.0163 1.33203 12.3052C1.33203 13.5941 2.37691 14.639 3.66583 14.639C4.5531 14.639 5.32473 14.1439 5.71947 13.4149L6.40722 12.2495L12.0782 2.42707ZM4.55326 12.7671L4.55099 12.7709C4.54366 12.7833 4.53678 12.7959 4.53035 12.8086C4.35695 13.1057 4.03471 13.3054 3.66583 13.3054C3.11344 13.3054 2.66563 12.8576 2.66563 12.3052C2.66563 11.7528 3.11344 11.305 3.66583 11.305C4.21822 11.305 4.66603 11.7528 4.66603 12.3052C4.66603 12.4718 4.6253 12.6289 4.55326 12.7671Z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M5.07543 1.69484C4.8913 1.37591 4.48349 1.26664 4.16457 1.45077C3.84564 1.63491 3.73637 2.04271 3.9205 2.36164L9.58634 12.1751L10.2518 13.3598C10.637 14.1188 11.4249 14.639 12.3343 14.639C13.6232 14.639 14.6681 13.5941 14.6681 12.3052C14.6681 11.0163 13.6232 9.97137 12.3343 9.97137C11.5455 9.97137 10.8481 10.3627 10.4257 10.9618L5.07543 1.69484ZM11.4774 12.8213C11.4712 12.8085 11.4646 12.7958 11.4575 12.7832L11.4336 12.7406C11.3699 12.609 11.3341 12.4612 11.3341 12.3052C11.3341 11.7528 11.7819 11.305 12.3343 11.305C12.8867 11.305 13.3345 11.7528 13.3345 12.3052C13.3345 12.8576 12.8867 13.3054 12.3343 13.3054C11.9707 13.3054 11.6525 13.1114 11.4774 12.8213Z" } }] }] };
- export var Shear = forwardRef(function (props, ref) {
- return createElement(IconBase, Object.assign({}, props, {
- id: 'shear',
- ref: ref,
- icon: element,
- }));
- });
- Shear.displayName = 'Shear';
- export default Shear;
- //# sourceMappingURL=shear.js.map
|