UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.35 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var DocumentMultiplePercent = /*#__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: "M4 4.25C4 3.01 5 2 6.25 2h4.25v4.75C10.5 7.99 11.51 9 12.75 9h4.75v8.25c0 1.24-1 2.25-2.25 2.25h-2.4A3.5 3.5 0 0 0 9.5 17h-.03l2.02-2.01A1.75 1.75 0 1 0 9 12.5l-2 2.03v-.03a3.5 3.5 0 0 0-3-3.46V4.25Zm9 16.25c0 .54-.12 1.05-.34 1.5h2.6A4.75 4.75 0 0 0 20 17.25v-5.88c0-.6-.24-1.17-.66-1.6l-.84-.83v8.31c0 1.8-1.45 3.25-3.25 3.25H13ZM12 6.75V2.47l.22.19 4.62 4.62.2.22h-4.29a.75.75 0 0 1-.75-.75ZM3.5 17a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Zm0-3.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm6 9.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Zm0-3.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm1.28-5.22a.75.75 0 1 0-1.06-1.06l-7.5 7.5a.75.75 0 1 0 1.06 1.06l7.5-7.5Z" })); }); DocumentMultiplePercent.displayName = 'DocumentMultiplePercent'; export var DocumentMultiplePercentDimensions = { height: 24, width: 24 };