| 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.9999 1.3667C1.66853 1.3667 1.3999 1.63533 1.3999 1.9667 1.3999 2.29807 1.66853 2.5667 1.9999 2.5667H13.9999C14.3313 2.5667 14.5999 2.29807 14.5999 1.9667 14.5999 1.63533 14.3313 1.3667 13.9999 1.3667H1.9999zM1.9999 13.4334C1.66853 13.4334 1.3999 13.7021 1.3999 14.0334 1.3999 14.3648 1.66853 14.6334 1.9999 14.6334H13.9999C14.3313 14.6334 14.5999 14.3648 14.5999 14.0334 14.5999 13.7021 14.3313 13.4334 13.9999 13.4334H1.9999z" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M7.06133 4.69803C7.38184 3.82351 8.61869 3.82351 8.93919 4.69803L11.3636 11.3133C11.4776 11.6244 11.3179 11.9691 11.0067 12.0831C10.6956 12.1971 10.3509 12.0373 10.2369 11.7262L9.50488 9.72881H6.58158C6.55313 9.72881 6.52516 9.72683 6.49777 9.723L5.76362 11.7262C5.64959 12.0373 5.30493 12.1971 4.99379 12.0831C4.68266 11.9691 4.52288 11.6244 4.6369 11.3133L7.06133 4.69803ZM6.93543 8.52881H9.06509L8.00026 5.62335L6.93543 8.52881Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
- export var AutoHeightSingle = forwardRef(function (props, ref) {
- return createElement(IconBase, Object.assign({}, props, {
- id: 'auto-height-single',
- ref: ref,
- icon: element,
- }));
- });
- AutoHeightSingle.displayName = 'AutoHeightSingle';
- export default AutoHeightSingle;
- //# sourceMappingURL=auto-height-single.js.map
|