UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.46 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var HandOpenHeart = /*#__PURE__*/React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg" }; return /*#__PURE__*/React.createElement(StyledIconBase, _extends({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 32 32" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "m24 5-.53-.66A3.64 3.64 0 1 0 18 9.14l4.96 5.2.28.32c.1.1.2.18.31.23.36.2.81.14 1.11-.17L30 9.15a3.64 3.64 0 1 0-5.46-4.8L24 5Zm1.3 11.7c.39.86.72 1.74 1 2.65l.49 1.61a5 5 0 0 1-.8 4.47l-1.92 2.54c-1.6 2.12-4.52 2.54-6.78 1.45-3.23-1.55-7.04-2.7-10.2-2.84a2.28 2.28 0 0 1-1.7-.88 1.83 1.83 0 0 1-.12-2.09 5.43 5.43 0 0 1 3.36-2.36l-6.2-6.19a1.5 1.5 0 0 1 2.13-2.12l4.1 4.1a.62.62 0 1 0 .88-.88l-6.1-6.1a1.5 1.5 0 0 1 2.12-2.12l5.98 5.98a.8.8 0 1 0 1.13-1.13L7.44 7.56a1.5 1.5 0 1 1 2.12-2.12l4.64 4.64c.64.63 1.67.63 2.3 0l.11.12 5.15 5.79a3 3 0 0 0 3.53.71Zm-9.1 5.28a5.8 5.8 0 0 1 2.88.04c.78.24 1.48.73 2.12 1.58a1 1 0 1 0 1.6-1.2 6.18 6.18 0 0 0-3.13-2.3 7.78 7.78 0 0 0-3.87-.08 1 1 0 0 0 .4 1.96ZM15.8 9a5.53 5.53 0 0 1-.33-4.15l-.9-.91a1.5 1.5 0 0 0-2.13 2.12L15.38 9h.42Z" })); }); HandOpenHeart.displayName = 'HandOpenHeart'; export var HandOpenHeartDimensions = { height: 32, width: 32 };