UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.14 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var FilterSync = /*#__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: "M12 7.5a5.5 5.5 0 1 0 11 0 5.5 5.5 0 0 0-11 0zM20.5 4c.28 0 .5.22.5.5v2a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h1a2.5 2.5 0 0 0-4.03.04.5.5 0 0 1-.8-.59 3.5 3.5 0 0 1 5.33-.4V4.5c0-.28.22-.5.5-.5zM15 9.95v.55a.5.5 0 0 1-1 0v-2c0-.28.22-.5.5-.5h2a.5.5 0 0 1 0 1h-1a2.5 2.5 0 0 0 3.91.11.5.5 0 1 1 .77.65 3.5 3.5 0 0 1-5.18.19zM8 13h6.03c-.8-.51-1.5-1.2-2-2H7.87A1 1 0 0 0 8 13zM5 6h6.17a6.52 6.52 0 0 0-.15 2H5a1 1 0 0 1-.12-2H5zm4.88 10H14a1 1 0 0 1 .12 2H10a1 1 0 0 1-.12-2z" })); }); FilterSync.displayName = 'FilterSync'; export var FilterSyncDimensions = { height: 24, width: 24 };