@styled-icons/simple-icons
Version:
Simple Icons available as Styled Components
23 lines • 1.41 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Stimulus = /*#__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: "M.704 0A.704.704 0 0 0 0 .704v2.824h5.648a3.064 3.064 0 0 1 1.312.36l3.232 1.9a.4.4 0 0 1 0 .712l-1.536.904a1.308 1.308 0 0 1-1.2 0l-1.2-.7a3.084 3.084 0 0 0-1.316-.36H0v4.236h4.94a3.028 3.028 0 0 0 1.316-.36l10.8-6.344a3.008 3.008 0 0 1 1.312-.36H24V.692A.704.704 0 0 0 23.296 0zM19.06 6.352a3.084 3.084 0 0 0-1.316.36l-10.8 6.348a3.064 3.064 0 0 1-1.312.36H0v4.236h4.94a3.084 3.084 0 0 0 1.316-.36l10.8-6.348a3.064 3.064 0 0 1 1.312-.36H24V6.352h-3.376zm0 7.072a3.084 3.084 0 0 0-1.316.36l-10.8 6.344a3.008 3.008 0 0 1-1.312.36H0v2.824A.708.708 0 0 0 .704 24h22.592a.708.708 0 0 0 .704-.7v-2.824h-5.648a3.008 3.008 0 0 1-1.312-.36l-3.232-1.896a.4.4 0 0 1 0-.716l1.536-.9a1.308 1.308 0 0 1 1.2 0l1.2.696a3.028 3.028 0 0 0 1.316.36H24v-4.236h-3.376z"
}));
});
Stimulus.displayName = 'Stimulus';
export var StimulusDimensions = {
height: 24,
width: 24
};