// 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 17", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M4 1.65381C2.61926 1.65381 1.5 2.77307 1.5 4.15381V12.1538C1.5 13.5345 2.61926 14.6538 4 14.6538H12C13.3807 14.6538 14.5 13.5345 14.5 12.1538V4.15381C14.5 2.77307 13.3807 1.65381 12 1.65381H4ZM4.12903 7.50391C3.78162 7.50391 3.5 7.79492 3.5 8.15393C3.5 8.51288 3.78162 8.80389 4.12903 8.80389H11.871C12.2184 8.80389 12.5 8.51288 12.5 8.15393C12.5 7.79492 12.2184 7.50391 11.871 7.50391H4.12903Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] }; export var CheckBoxPartSingle = forwardRef(function (props, ref) { return createElement(IconBase, Object.assign({}, props, { id: 'check-box-part-single', ref: ref, icon: element, })); }); CheckBoxPartSingle.displayName = 'CheckBoxPartSingle'; export default CheckBoxPartSingle; //# sourceMappingURL=check-box-part-single.js.map