UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.39 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var PaintBrushArrowDown = /*#__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: "M10 4a2 2 0 1 1 4 0v3.5h2.75c1.24 0 2.25 1 2.25 2.25v1.75H5.09c.01-.72 0-1.35-.02-1.87A2.06 2.06 0 0 1 7.11 7.5H10V4Zm-4.96 9H19v1.15a1.74 1.74 0 0 0-2.45 1.6v2.44a1.75 1.75 0 0 0-2.04 2.8L15.53 22h-4.98c.17-.38.36-.87.54-1.39a9.53 9.53 0 0 0 .41-1.84v-.02a.75.75 0 1 0-1.5.03l-.04.23c-.04.23-.12.6-.3 1.13A16.83 16.83 0 0 1 8.91 22H7.57l.4-.93c.4-.97.88-2.23 1.02-3.21a.75.75 0 0 0-1.48-.22c-.11.77-.51 1.88-.92 2.85A32.38 32.38 0 0 1 5.91 22H3.75a.75.75 0 0 1-.63-1.16c.95-1.46 1.47-3.58 1.73-5.73.1-.72.15-1.43.19-2.11Zm10.18 6.22c.3-.3.77-.3 1.06 0l1.27 1.27v-4.74a.75.75 0 0 1 1.5 0v4.64l1.17-1.17a.75.75 0 1 1 1.06 1.06l-2.5 2.5a.75.75 0 0 1-1.06 0l-2.5-2.5a.75.75 0 0 1 0-1.06Z" })); }); PaintBrushArrowDown.displayName = 'PaintBrushArrowDown'; export var PaintBrushArrowDownDimensions = { height: 24, width: 24 };