@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.26 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CodeCsRectangle = /*#__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: "M9 9h1V8H9v1Zm3.25-6h-9.5C1.78 3 1 3.78 1 4.75v7.5c0 .97.78 1.75 1.75 1.75h9.5c.97 0 1.75-.78 1.75-1.75v-7.5C14 3.78 13.22 3 12.25 3Zm-8.1 6.85A.5.5 0 0 0 5 9.5a.5.5 0 1 1 1 0 1.5 1.5 0 0 1-3 0v-2a1.5 1.5 0 0 1 3 0 .5.5 0 0 1-.5.5.5.5 0 0 1-.5-.5.5.5 0 1 0-1 0v2c0 .13.05.26.15.35ZM11.5 9a.5.5 0 0 1 .5.5.5.5 0 0 1-.5.5H11v.5a.5.5 0 0 1-.5.5.5.5 0 0 1-.5-.5V10H9v.5a.5.5 0 0 1-.5.5.5.5 0 0 1-.5-.5V10h-.5a.5.5 0 0 1-.5-.5.5.5 0 0 1 .5-.5H8V8h-.5a.5.5 0 0 1-.5-.5.5.5 0 0 1 .5-.5H8v-.5a.5.5 0 1 1 1 0V7h1v-.5a.5.5 0 1 1 1 0V7h.5a.5.5 0 0 1 .5.5.5.5 0 0 1-.5.5H11v1h.5Z"
}));
});
CodeCsRectangle.displayName = 'CodeCsRectangle';
export var CodeCsRectangleDimensions = {
height: 16,
width: 16
};