UNPKG

styled-icons

Version:

Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components

16 lines (15 loc) 1.28 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var React = tslib_1.__importStar(require("react")); var StyledIconBase_1 = require("../../StyledIconBase"); exports.HeartOutline = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { d: "M12 20a1 1 0 01-.561-.172c-.225-.151-5.508-3.73-7.146-5.371C2.462 12.626 2.25 10.68 2.25 9.375A5.38 5.38 0 017.625 4c1.802 0 3.398.891 4.375 2.256A5.373 5.373 0 0116.375 4a5.38 5.38 0 015.375 5.375c0 1.305-.212 3.251-2.043 5.082-1.641 1.641-6.923 5.22-7.146 5.371A1 1 0 0112 20zM7.625 6A3.379 3.379 0 004.25 9.375c0 1.093.173 2.384 1.457 3.668 1.212 1.212 4.883 3.775 6.293 4.746 1.41-.971 5.081-3.534 6.293-4.746 1.284-1.284 1.457-2.575 1.457-3.668C19.75 7.514 18.236 6 16.375 6S13 7.514 13 9.375a1 1 0 11-2 0A3.379 3.379 0 007.625 6z", key: "k0" }))); }); exports.HeartOutline.displayName = 'HeartOutline'; exports.HeartOutlineDimensions = { height: 24, width: 24 };