| 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": "path", "attrs": { "fill": "currentColor", "d": "M1.33301 3.33333C1.33301 2.59695 1.92996 2 2.66634 2H13.333C14.0694 2 14.6663 2.59695 14.6663 3.33333V12.6667C14.6663 13.403 14.0694 14 13.333 14H2.66634C1.92996 14 1.33301 13.403 1.33301 12.6667V3.33333ZM13.333 3.33333H2.66634V12.6667H13.333V3.33333ZM4.19494 4.86193C4.45529 4.60158 4.8774 4.60158 5.13775 4.86193L7.80441 7.5286C8.06476 7.78895 8.06476 8.21106 7.80441 8.4714L5.13775 11.1381C4.8774 11.3984 4.45529 11.3984 4.19494 11.1381C3.93459 10.8777 3.93459 10.4556 4.19494 10.1953L6.3902 8L4.19494 5.80474C3.93459 5.54439 3.93459 5.12228 4.19494 4.86193ZM7.33301 10.6667C7.33301 10.2985 7.63148 10 7.99967 10H11.333C11.7012 10 11.9997 10.2985 11.9997 10.6667C11.9997 11.0349 11.7012 11.3333 11.333 11.3333H7.99967C7.63148 11.3333 7.33301 11.0349 7.33301 10.6667Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
- export var TerminalOutlineSingle = forwardRef(function (props, ref) {
- return createElement(IconBase, Object.assign({}, props, {
- id: 'terminal-outline-single',
- ref: ref,
- icon: element,
- }));
- });
- TerminalOutlineSingle.displayName = 'TerminalOutlineSingle';
- export default TerminalOutlineSingle;
- //# sourceMappingURL=terminal-outline-single.js.map
|