@styled-icons/simple-icons
Version:
Simple Icons available as Styled Components
23 lines • 1.38 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Stmicroelectronics = /*#__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: "M23.818 5.61H6.402a3.223 3.223 0 0 0-2.95 1.919L.014 15.811a.18.18 0 0 0 .168.25h7.864c.555 0 .802-.538.366-.968l-2.888-2.705C4.008 10.9 4.658 7.45 7.81 7.45h15.396a.18.18 0 0 0 .172-.121l.609-1.472a.168.168 0 0 0 .013-.07.182.182 0 0 0-.182-.177m-1.736 4.216h-2.956a.48.48 0 0 0-.445.292l-3.312 8a.178.178 0 0 0-.022.084.18.18 0 0 0 .182.179h1.103a3.221 3.221 0 0 0 2.98-1.963l2.632-6.355a.19.19 0 0 0 .013-.067.178.178 0 0 0-.175-.17m-5.811.179c0-.1-.082-.18-.182-.18H7.706c-.455 0-.853.555-.371 1l2.769 2.579s1.12 1.033.88 2.512c-.206 1.303-1.095 2.1-1.743 2.386a.045.045 0 0 0-.022.074.044.044 0 0 0 .042.012h3.228a.476.476 0 0 0 .445-.293l3.322-8.027a.136.136 0 0 0 .015-.063"
}));
});
Stmicroelectronics.displayName = 'Stmicroelectronics';
export var StmicroelectronicsDimensions = {
height: 24,
width: 24
};