@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 901 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var RoadCone = /*#__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 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M22.39 4a2.5 2.5 0 0 0-2.43 1.91A650.69 650.69 0 0 1 15.19 24H25.5a1.5 1.5 0 1 1 0 3H14.36l-1.1 4H27.5a1.5 1.5 0 0 1 0 3H12.44c-.65 2.4-1.27 4.74-1.86 7H5.5a1.5 1.5 0 0 0 0 3h37a1.5 1.5 0 1 0 0-3h-5.08L28.05 5.86A2.5 2.5 0 0 0 25.63 4H22.4Z"
}));
});
RoadCone.displayName = 'RoadCone';
export var RoadConeDimensions = {
height: 48,
width: 48
};