// 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": "M14.523 4.8424C14.1716 3.5304 13.1376 2.4964 11.8263 2.14507C10.5416 1.8024 9.17698 2.1504 8.00165 3.10307C7.14431 2.4024 6.19431 2.02307 5.22431 2.0004C4.17031 1.98574 3.18698 2.37174 2.44565 3.1124C1.05165 4.5064 0.747647 7.02374 2.86231 9.1384L7.52898 13.8051C7.65898 13.9351 7.82965 14.0004 8.00031 14.0004C8.17098 14.0004 8.34165 13.9351 8.47165 13.8051L13.1383 9.1384C14.409 7.86774 14.9136 6.30174 14.523 4.8424Z" } }] }; export var HeartSingle = forwardRef(function (props, ref) { return createElement(IconBase, Object.assign({}, props, { id: 'heart-single', ref: ref, icon: element, })); }); HeartSingle.displayName = 'HeartSingle'; export default HeartSingle; //# sourceMappingURL=heart-single.js.map