UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 935 B
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var Blur = /*#__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 28 28" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M3 14a11 11 0 0 1 16.55-9.5H14v1h6.98c.55.45 1.05.95 1.5 1.5H14v1h9.22c.31.48.59.98.82 1.5H14v1h10.43c.16.49.3.99.39 1.5H14v1h10.96a11.17 11.17 0 0 1 .03 1.5H14v1h10.9c-.07.51-.18 1.01-.31 1.5H14v1h10.25c-.2.52-.44 1.02-.72 1.5H14v1h8.88c-.4.54-.84 1.04-1.33 1.5H14v1h6.33A11 11 0 0 1 3 14Z" })); }); Blur.displayName = 'Blur'; export var BlurDimensions = { height: 28, width: 28 };