// 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": "colorChannel1", "d": "M6.4845 2.54036C4.48473 2.54036 2.86361 4.16149 2.86361 6.16126C2.86361 8.16102 4.48473 9.78215 6.4845 9.78215V11.1155C3.74835 11.1155 1.53027 8.8974 1.53027 6.16126C1.53027 3.42511 3.74835 1.20703 6.4845 1.20703C9.22065 1.20703 11.4387 3.42511 11.4387 6.16126H10.1054C10.1054 4.16149 8.48427 2.54036 6.4845 2.54036Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "path", "attrs": { "fill": "currentColor", "d": "M5.50977 7.76276C5.50977 6.51091 6.52459 5.49609 7.77643 5.49609H12.539C13.7909 5.49609 14.8057 6.51092 14.8057 7.76276V12.5254C14.8057 13.7772 13.7909 14.792 12.539 14.792H7.77643C6.52459 14.792 5.50977 13.7772 5.50977 12.5254V7.76276ZM7.77643 6.82943C7.26097 6.82943 6.8431 7.2473 6.8431 7.76276V12.5254C6.8431 13.0408 7.26097 13.4587 7.77643 13.4587H12.539C13.0545 13.4587 13.4724 13.0408 13.4724 12.5254V7.76276C13.4724 7.2473 13.0545 6.82943 12.539 6.82943H7.77643Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] }; export var Icons = forwardRef(function (props, ref) { return createElement(IconBase, Object.assign({}, props, { id: 'icons', ref: ref, icon: element, })); }); Icons.displayName = 'Icons'; export default Icons; //# sourceMappingURL=icons.js.map