@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 924 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Pi = /*#__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: "M2 7a3 3 0 0 1 3-3h15.25a1 1 0 1 1 0 2H17v10.7a1.5 1.5 0 0 0 2 1.42l.16-.06a1 1 0 1 1 .68 1.88l-.16.06A3.5 3.5 0 0 1 15 16.7V6H9.98a53.9 53.9 0 0 1-.36 4.21 45.04 45.04 0 0 1-1.93 9.12 1 1 0 1 1-1.88-.66 43.1 43.1 0 0 0 1.82-8.7A65.6 65.6 0 0 0 7.98 6H5a1 1 0 0 0-1 1v.5a1 1 0 0 1-2 0V7z"
}));
});
Pi.displayName = 'Pi';
export var PiDimensions = {
height: 24,
width: 24
};