@styled-icons/simple-icons
Version:
Simple Icons available as Styled Components
23 lines • 1.29 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Wprocket = /*#__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: "M3.723.666c-.08-.276.08-.47.356-.47h2.283c.16 0 .31.137.356.274l1.675 6.6h.08L11.491.218A.374.374 0 0 1 11.824 0h.356c.172 0 .287.092.333.218l3.018 6.85h.08L17.286.47a.397.397 0 0 1 .356-.275h2.284c.275 0 .424.195.355.47l-3.683 13.082a.369.369 0 0 1-.356.275h-.31a.38.38 0 0 1-.333-.218l-3.568-7.963h-.058l-3.545 7.963a.403.403 0 0 1-.333.218h-.31a.379.379 0 0 1-.356-.275L3.723.666m8.308 7.917-2.594 5.818a1.663 1.663 0 0 1-.344.448v.004a1.466 1.466 0 0 1-.688.34l1.4 8.687c.091.16.263.16.367 0l1.79-2.72 1.64 2.708c.104.16.265.16.368 0l1.584-8.698a1.5 1.5 0 0 1-.832-.618l-.02-.03a1.405 1.405 0 0 1-.066-.12l-.609-1.366h-.003Z"
}));
});
Wprocket.displayName = 'Wprocket';
export var WprocketDimensions = {
height: 24,
width: 24
};