// 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": "M2.66699 7.9987C2.66699 7.63051 2.96547 7.33203 3.33366 7.33203L12.667 7.33203C13.0352 7.33203 13.3337 7.63051 13.3337 7.9987C13.3337 8.36689 13.0352 8.66536 12.667 8.66536L3.33366 8.66536C2.96547 8.66536 2.66699 8.36689 2.66699 7.9987Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] }; export var MinusSingle = forwardRef(function (props, ref) { return createElement(IconBase, Object.assign({}, props, { id: 'minus-single', ref: ref, icon: element, })); }); MinusSingle.displayName = 'MinusSingle'; export default MinusSingle; //# sourceMappingURL=minus-single.js.map