UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.08 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var Showerhead = /*#__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: "m28.38 6.62-2.89 2.89a11.57 11.57 0 0 0-3-3l2.89-2.89a2.12 2.12 0 0 1 3 3ZM7.7 19.71a1 1 0 1 0-1.42-1.42l-3 3a1 1 0 1 0 1.42 1.42l3-3Zm3 1.58a1 1 0 0 1 0 1.42l-3 3a1 1 0 0 1-1.42-1.42l3-3a1 1 0 0 1 1.42 0Zm3 4.42a1 1 0 0 0-1.42-1.42l-3 3a1 1 0 1 0 1.42 1.42l3-3ZM8.24 9.62a2.13 2.13 0 0 0-2.98 3.05l14.1 14.1a2.13 2.13 0 0 0 3.02-3l-.01-.02-14.1-14.1-.03-.03Zm1.1-1.03-.03-.02a10 10 0 0 1 14.12 14.12L9.33 8.6Z" })); }); Showerhead.displayName = 'Showerhead'; export var ShowerheadDimensions = { height: 32, width: 32 };