@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.33 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Ram = /*#__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 20 20"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M5 7h2.5v3H5V7Zm6.5 0v3h-3V7h3Zm1 3H15V7h-2.5v3Zm3.54-6c.26 0 .5.05.74.16A2.06 2.06 0 0 1 18 5.96V11a2 2 0 0 1-1 1.73v1.77a1.45 1.45 0 0 1-.44 1.05c-.13.14-.3.25-.48.33-.19.09-.38.13-.58.12h-4a.48.48 0 0 1-.35-.15L10 14.7l-1.15 1.15c-.1.1-.21.15-.35.15h-4a1.45 1.45 0 0 1-1.05-.44c-.14-.13-.25-.3-.33-.48A1.32 1.32 0 0 1 3 14.5v-1.77c-.3-.17-.55-.42-.73-.73A2.06 2.06 0 0 1 2 11V5.96c0-.26.05-.5.16-.74A2.06 2.06 0 0 1 3.96 4h12.08Zm-.66 2.08A.95.95 0 0 0 15 6H5a.85.85 0 0 0-.4.08c-.12.06-.22.13-.31.22A1 1 0 0 0 4 7v3c0 .15.03.28.08.4.04.12.12.22.2.31.1.09.21.16.33.21.12.05.25.08.39.08h10c.14 0 .27-.02.4-.08.12-.06.22-.13.31-.22A1 1 0 0 0 16 10V7a1 1 0 0 0-.3-.71 1.1 1.1 0 0 0-.32-.21Z"
}));
});
Ram.displayName = 'Ram';
export var RamDimensions = {
height: 20,
width: 20
};