@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.13 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Memory = /*#__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 16 16"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M14.41 4.59A2 2 0 0 0 13 4V2.5a.5.5 0 0 0-.5-.5.5.5 0 0 0-.5.5V4h-2V2.5a.5.5 0 1 0-1 0V4H7V2.5a.5.5 0 1 0-1 0V4H4V2.5a.5.5 0 1 0-1 0V4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2v1.5c0 .13.05.26.15.35A.5.5 0 0 0 4 13.5V12h2v1.5c0 .13.05.26.15.35A.5.5 0 0 0 7 13.5V12h2v1.5c0 .13.05.26.15.35a.5.5 0 0 0 .85-.35V12h2v1.5c0 .13.05.26.15.35a.5.5 0 0 0 .85-.35V12a2 2 0 0 0 2-2V6a2 2 0 0 0-.59-1.41ZM13 9.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5v-3a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5v3ZM4 9h8V7H4v2Z"
}));
});
Memory.displayName = 'Memory';
export var MemoryDimensions = {
height: 16,
width: 16
};