| 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": "M12.9231 1.23077H3.07692C2.05732 1.23077 1.23077 2.05732 1.23077 3.07692V12.9231C1.23077 13.9427 2.05732 14.7692 3.07692 14.7692H12.9231C13.9427 14.7692 14.7692 13.9427 14.7692 12.9231V3.07692C14.7692 2.05732 13.9427 1.23077 12.9231 1.23077ZM3.07692 0C1.37759 0 0 1.37759 0 3.07692V12.9231C0 14.6224 1.37759 16 3.07692 16H12.9231C14.6224 16 16 14.6224 16 12.9231V3.07692C16 1.37759 14.6224 0 12.9231 0H3.07692Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
- export var CheckboxNotSingle = forwardRef(function (props, ref) {
- return createElement(IconBase, Object.assign({}, props, {
- id: 'checkbox-not-single',
- ref: ref,
- icon: element,
- }));
- });
- CheckboxNotSingle.displayName = 'CheckboxNotSingle';
- export default CheckboxNotSingle;
- //# sourceMappingURL=checkbox-not-single.js.map
|