UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 874 B
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var PhotoFilter = /*#__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: "M9.5 2a7.5 7.5 0 0 1 7.18 5.32 7.5 7.5 0 1 1-9.36 9.36A7.5 7.5 0 0 1 9.5 2zM17 9.6v-.1A7.5 7.5 0 0 1 9.6 17 5.5 5.5 0 1 0 17 9.6zM9.5 4A5.5 5.5 0 0 0 7 14.4v.1A7.5 7.5 0 0 1 14.4 7a5.5 5.5 0 0 0-4.9-3z" })); }); PhotoFilter.displayName = 'PhotoFilter'; export var PhotoFilterDimensions = { height: 24, width: 24 };