UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 987 B
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var ApprovalApp = /*#__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: "M15.63.51a1.5 1.5 0 1 0-2.26 1.98l1.38 1.57A13 13 0 1 0 29 17v-.5a1.5 1.5 0 1 0-3 0v.5a10 10 0 1 1-11.39-9.9l-1.24 1.4a1.5 1.5 0 1 0 2.26 1.98l3.5-4c.5-.57.5-1.41 0-1.98l-3.5-4zM22.6 12.5a1.5 1.5 0 0 1-.1 2.12l-5.5 5c-.6.54-1.5.52-2.07-.05l-2.5-2.5a1.5 1.5 0 0 1 2.12-2.12l1.49 1.49 4.44-4.04a1.5 1.5 0 0 1 2.12.1z" })); }); ApprovalApp.displayName = 'ApprovalApp'; export var ApprovalAppDimensions = { height: 32, width: 32 };