// 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": "g", "attrs": { "clipPath": "url(#email-single_clip0_1275_120)" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M4.2289 2.4458C2.79296 2.4458 1.62891 3.60986 1.62891 5.0458V11.0458C1.62891 12.4817 2.79297 13.6458 4.22891 13.6458H13.5622C14.9982 13.6458 16.1622 12.4817 16.1622 11.0458V5.0458C16.1622 3.60986 14.9982 2.4458 13.5622 2.4458H4.2289ZM3.79825 3.71329C3.93393 3.66947 4.07865 3.6458 4.2289 3.6458H13.5622C13.7125 3.6458 13.8573 3.66948 13.993 3.71331L8.89562 7.31143L3.79825 3.71329ZM2.91578 4.55921C2.8596 4.71077 2.82891 4.8747 2.82891 5.0458V11.0458C2.82891 11.819 3.45571 12.4458 4.22891 12.4458H13.5622C14.3354 12.4458 14.9622 11.819 14.9622 11.0458V5.0458C14.9622 4.87472 14.9316 4.71081 14.8754 4.55927L9.24163 8.53603C9.0342 8.68246 8.75705 8.68246 8.54961 8.53603L2.91578 4.55921Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] }, { "tag": "defs", "attrs": {}, "children": [{ "tag": "clipPath", "attrs": { "id": "email-single_clip0_1275_120" }, "children": [{ "tag": "path", "attrs": { "fill": "#fff", "d": "M0 0H16V16H0z", "transform": "translate(.9 .05)" } }] }] }], "defIds": ["email-single_clip0_1275_120"] }; export var EmailSingle = forwardRef(function (props, ref) { return createElement(IconBase, Object.assign({}, props, { id: 'email-single', ref: ref, icon: element, })); }); EmailSingle.displayName = 'EmailSingle'; export default EmailSingle; //# sourceMappingURL=email-single.js.map