@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 879 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var FStop = /*#__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: "M15.6 7.99A4 4 0 0 1 20.93 5l.47.18a1 1 0 1 0 .7-1.88l-.47-.17a6 6 0 0 0-8 4.46l-.86 4.4H7.75a1 1 0 1 0 0 2h4.63L11.4 19a4 4 0 0 1-5.33 3l-.47-.18a1 1 0 1 0-.7 1.88l.47.17a6 6 0 0 0 8-4.46l1.05-5.4h4.83a1 1 0 1 0 0-2h-4.44L15.6 8z"
}));
});
FStop.displayName = 'FStop';
export var FStopDimensions = {
height: 28,
width: 28
};