// 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 17 17", "width": "1em", "height": "1em" }, "children": [{ "tag": "mask", "attrs": { "id": "mask0_273_6444", "style": { "maskType": "alpha" }, "width": 17, "height": 17, "x": 0, "y": 0, "maskUnits": "userSpaceOnUse" }, "children": [{ "tag": "path", "attrs": { "fill": "#D9D9D9", "d": "M0.54 0.84H16.54V16.84H0.54z" } }] }, { "tag": "g", "attrs": { "fill": "currentColor", "mask": "url(#mask0_273_6444)" }, "children": [{ "tag": "path", "attrs": { "d": "M6.67742 7.37473V5.64139H9.74408V7.37473H6.67742Z" } }, { "tag": "path", "attrs": { "d": "M2.41101 2.84136C2.41101 2.03134 3.06766 1.37469 3.87768 1.37469H13.211C14.021 1.37469 14.6777 2.03135 14.6777 2.84136V14.8414C14.6777 15.6514 14.021 16.308 13.211 16.308H3.87768C3.06767 16.308 2.41101 15.6514 2.41101 14.8414V2.84136ZM5.87742 10.0414C5.43559 10.0414 5.07742 10.3996 5.07742 10.8414C5.07742 11.2832 5.43559 11.6414 5.87742 11.6414H10.5441C10.9859 11.6414 11.3441 11.2832 11.3441 10.8414C11.3441 10.3996 10.9859 10.0414 10.5441 10.0414H5.87742ZM5.07742 12.8414C5.07742 12.3996 5.43559 12.0414 5.87742 12.0414H8.21075C8.65258 12.0414 9.01075 12.3996 9.01075 12.8414C9.01075 13.2832 8.65258 13.6414 8.21075 13.6414H5.87742C5.43559 13.6414 5.07742 13.2832 5.07742 12.8414ZM5.87742 4.04139C5.43559 4.04139 5.07742 4.39957 5.07742 4.84139V8.17473C5.07742 8.61655 5.43559 8.97473 5.87742 8.97473H10.5441C10.9859 8.97473 11.3441 8.61655 11.3441 8.17473V4.84139C11.3441 4.39957 10.9859 4.04139 10.5441 4.04139H5.87742Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] }] }; export var ContentSingle16 = forwardRef(function (props, ref) { return createElement(IconBase, Object.assign({}, props, { id: 'content-single-16', ref: ref, icon: element, })); }); ContentSingle16.displayName = 'ContentSingle16'; export default ContentSingle16; //# sourceMappingURL=content-single-16.js.map