| 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_991", "style": { "maskType": "alpha" }, "width": 16, "height": 16, "x": 0, "y": 0, "maskUnits": "userSpaceOnUse" }, "children": [{ "tag": "path", "attrs": { "fill": "#D9D9D9", "d": "M0 0H16V16H0z" } }] }, { "tag": "g", "attrs": { "mask": "url(#mask0_102_991)" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M1.33471 2.1194C1.44435 1.90608 1.66407 1.77197 1.90392 1.77197H14.096C14.3547 1.77197 14.5879 1.92767 14.6871 2.16657C14.7863 2.40546 14.7319 2.68057 14.5493 2.86377L9.27701 8.35043V13.5664C9.27701 13.7876 9.16274 13.9932 8.97482 14.1099C8.78691 14.2267 8.552 14.2382 8.35363 14.1402L5.91521 12.936C5.69683 12.8282 5.55859 12.6057 5.55859 12.3622V8.2914L1.3835 2.78448C1.24389 2.58944 1.22506 2.33272 1.33471 2.1194ZM3.14907 3.05197L6.71901 7.71345C6.79678 7.82209 6.83859 7.95235 6.83859 8.08595V11.9645L7.99701 12.5365V8.08595C7.99701 7.91658 8.06415 7.75412 8.18371 7.63415L12.5545 3.05197H3.14907Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "colorChannel1", "d": "M9.90576 9.21426C9.90576 8.88289 10.1923 8.61426 10.5458 8.61426H13.7458C14.0992 8.61426 14.3858 8.88289 14.3858 9.21426 14.3858 9.54563 14.0992 9.81426 13.7458 9.81426H10.5458C10.1923 9.81426 9.90576 9.54563 9.90576 9.21426zM9.90576 11.061C9.90576 10.7297 10.1923 10.461 10.5458 10.461H13.7458C14.0992 10.461 14.3858 10.7297 14.3858 11.061 14.3858 11.3924 14.0992 11.661 13.7458 11.661H10.5458C10.1923 11.661 9.90576 11.3924 9.90576 11.061zM10.5458 12.3074C10.1923 12.3074 9.90576 12.5761 9.90576 12.9074 9.90576 13.2388 10.1923 13.5074 10.5458 13.5074H13.7458C14.0992 13.5074 14.3858 13.2388 14.3858 12.9074 14.3858 12.5761 14.0992 12.3074 13.7458 12.3074H10.5458z" } }] }] };
- export var Screen = forwardRef(function (props, ref) {
- return createElement(IconBase, Object.assign({}, props, {
- id: 'screen',
- ref: ref,
- icon: element,
- }));
- });
- Screen.displayName = 'Screen';
- export default Screen;
- //# sourceMappingURL=screen.js.map
|