@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.14 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DocumentPercent = /*#__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 8V2H6a2 2 0 0 0-2 2v7.04c1.7.24 3 1.7 3 3.46v.03l2.01-2.02A1.75 1.75 0 1 1 11.5 15l-2.03 2h.03a3.5 3.5 0 0 1 3.16 5H18a2 2 0 0 0 2-2V10h-6a2 2 0 0 1-2-2Zm-6.87 8.4A2.5 2.5 0 0 1 1 14.5a2.5 2.5 0 1 1 4.13 1.9ZM4 13.63a1 1 0 1 0-1 1.73 1 1 0 0 0 1-1.73Zm6.78.65a.75.75 0 1 0-1.06-1.06l-7.5 7.5a.75.75 0 1 0 1.06 1.06l7.5-7.5ZM7 20.5A2.49 2.49 0 0 0 9.5 23 2.5 2.5 0 1 0 7 20.5Zm3.5 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm3-12.5V2.5l6 6H14a.5.5 0 0 1-.5-.5Z"
}));
});
DocumentPercent.displayName = 'DocumentPercent';
export var DocumentPercentDimensions = {
height: 24,
width: 24
};