UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

25 lines 1.01 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var ApprovalsApp = /*#__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: "M12.3 2.3a1 1 0 0 1 1.4 0l3.01 3a1 1 0 0 1 0 1.41l-3 3a1 1 0 1 1-1.42-1.42l1.29-1.28a8.5 8.5 0 1 0 8.9 8.94 1 1 0 1 1 2 .1A10.5 10.5 0 1 1 13.6 5.02l-1.3-1.3a1 1 0 0 1 0-1.42z" }), /*#__PURE__*/React.createElement("path", { d: "M18.2 12.3a1 1 0 0 1 0 1.4l-5 5a1 1 0 0 1-1.4 0l-2-2a1 1 0 1 1 1.4-1.4l1.3 1.29 4.3-4.3a1 1 0 0 1 1.4 0z" })); }); ApprovalsApp.displayName = 'ApprovalsApp'; export var ApprovalsAppDimensions = { height: 28, width: 28 };