| 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": "M3.07692 0C1.37755 0 0 1.37755 0 3.07692V12.9231C0 14.6224 1.37755 16 3.07692 16H12.9231C14.6224 16 16 14.6224 16 12.9231V3.07692C16 1.37755 14.6224 0 12.9231 0H3.07692ZM3.23573 7.20012C2.80814 7.20012 2.46154 7.55829 2.46154 8.00015C2.46154 8.44193 2.80814 8.80011 3.23573 8.80011H12.7643C13.1919 8.80011 13.5385 8.44193 13.5385 8.00015C13.5385 7.55829 13.1919 7.20012 12.7643 7.20012H3.23573Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
- export var CheckboxPartSingle = forwardRef(function (props, ref) {
- return createElement(IconBase, Object.assign({}, props, {
- id: 'checkbox-part-single',
- ref: ref,
- icon: element,
- }));
- });
- CheckboxPartSingle.displayName = 'CheckboxPartSingle';
- export default CheckboxPartSingle;
- //# sourceMappingURL=checkbox-part-single.js.map
|