| 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_1192", "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_1192)", "fillRule": "evenodd", "clipRule": "evenodd" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M11.4987 11.8048L13.1381 10.1654C13.2631 10.0404 13.3334 9.87085 13.3334 9.69404L13.3334 4.66675C13.3334 4.29856 13.0349 4.00008 12.6667 4.00008L3.33335 4.00008C2.96517 4.00008 2.66669 4.29856 2.66669 4.66675L2.66669 11.3334C2.66669 11.7016 2.96516 12.0001 3.33335 12.0001L11.0273 12.0001C11.2041 12.0001 11.3737 11.9298 11.4987 11.8048ZM12.4416 12.7476C12.0665 13.1227 11.5578 13.3334 11.0273 13.3334L3.33335 13.3334C2.22878 13.3334 1.33335 12.438 1.33335 11.3334L1.33335 4.66675C1.33335 3.56218 2.22878 2.66675 3.33335 2.66675L12.6667 2.66675C13.7713 2.66675 14.6667 3.56218 14.6667 4.66675L14.6667 9.69404C14.6667 10.2245 14.456 10.7332 14.0809 11.1082L12.4416 12.7476Z" } }, { "tag": "path", "attrs": { "fill": "colorChannel1", "d": "M11.9999 7.3335L13.3333 7.3335L13.3333 8.66683L11.9999 8.66683L11.9999 7.3335ZM6.66658 7.3335L9.33325 7.3335L9.33325 8.66683L6.66658 8.66683L6.66658 7.3335ZM2.66658 7.3335L3.99992 7.3335L3.99992 8.66683L2.66658 8.66683L2.66658 7.3335Z" } }] }] };
- export var Lateral = forwardRef(function (props, ref) {
- return createElement(IconBase, Object.assign({}, props, {
- id: 'lateral',
- ref: ref,
- icon: element,
- }));
- });
- Lateral.displayName = 'Lateral';
- export default Lateral;
- //# sourceMappingURL=lateral.js.map
|