UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.61 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var HandDraw = /*#__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 24 24" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M19.4 2.6c.32.25.6.63.6 1.15 0 .78-.5 1.3-1.07 1.6a6.1 6.1 0 0 1-2 .53c-1.46.18-3.35.17-5.2.15h-.24a37.54 37.54 0 0 0-5.2.18c-.7.1-1.2.25-1.5.43-.27.15-.29.27-.29.36 0 0 .02.04.08.08.1.1.31.22.63.33a11.18 11.18 0 0 0 2.79.5v1.5l-.45-.04c-.98-.1-2.02-.26-2.84-.55-.4-.14-.8-.33-1.12-.6A1.6 1.6 0 0 1 3 7c0-.78.46-1.33 1.04-1.66.55-.32 1.27-.5 2.02-.6 1.52-.23 3.53-.22 5.45-.2h.18c1.9 0 3.7.02 5.04-.15.7-.09 1.2-.22 1.5-.38.2-.1.25-.17.27-.22l-.03-.02c-.1-.08-.29-.18-.6-.28-.61-.2-1.5-.32-2.46-.4-1.6-.12-3.29-.1-4.2-.1l-.46.01a.75.75 0 0 1 0-1.5h.42c.9-.01 2.68-.04 4.36.1 1 .08 2.01.21 2.8.46.38.13.77.3 1.07.54zM14 9.33C13.92 7.97 13.1 7 11.74 7 10.35 7 9.5 8.06 9.5 9.5v4.18l-.26-.08c-1.2-.35-2.12-.37-2.83-.02A2.5 2.5 0 0 0 5 16.02c0 .28.16.53.41.66l2.36 1.17.1.05.1.06 1.88 1.26.2.14c.43.33.78.77 1.02 1.28l.03.06.08.16c.45.8 1.35 1.25 2.28 1.12l2.42-.35.16-.03c.82-.18 1.47-.8 1.69-1.61l1.05-3.93.04-.18a3.25 3.25 0 0 0-2.6-3.85l-2.22-.4V9.32z" })); }); HandDraw.displayName = 'HandDraw'; export var HandDrawDimensions = { height: 24, width: 24 };