@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 956 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Sim = /*#__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: "M4 5.25C4 3.45 5.46 2 7.25 2h5.46c.87 0 1.7.34 2.3.95L19.05 7c.6.6.95 1.43.95 2.3v9.46c0 1.8-1.46 3.25-3.25 3.25h-9.5A3.25 3.25 0 0 1 4 18.75V5.25ZM7.75 14H12v-3.25H9.25c-.83 0-1.5.67-1.5 1.5V14Zm0 1.5v1.25c0 .83.67 1.5 1.5 1.5H12V15.5H7.75Zm5.75 2.75h1.25c.83 0 1.5-.67 1.5-1.5v-4.5c0-.83-.67-1.5-1.5-1.5H13.5v7.5Z"
}));
});
Sim.displayName = 'Sim';
export var SimDimensions = {
height: 24,
width: 24
};