@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.09 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CodePyRectangle = /*#__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: "M5.5 7H5v1h.5a.5.5 0 0 0 .5-.5.5.5 0 0 0-.5-.5Zm6.75-4h-9.5C1.78 3 1 3.79 1 4.75v7.5c0 .96.78 1.75 1.75 1.75h9.5c.96 0 1.75-.79 1.75-1.75v-7.5C14 3.79 13.21 3 12.25 3ZM6.56 8.56A1.5 1.5 0 0 1 5.5 9H5v1.5a.5.5 0 1 1-1 0v-4a.5.5 0 0 1 .5-.5h1a1.5 1.5 0 0 1 1.06 2.56ZM11.4 6.8 10 8.67v1.83a.5.5 0 1 1-1 0V8.67L7.6 6.8a.5.5 0 0 1 .47-.8.5.5 0 0 1 .33.2l1.1 1.47 1.1-1.47a.5.5 0 0 1 .7-.1.5.5 0 0 1 .1.7Z"
}));
});
CodePyRectangle.displayName = 'CodePyRectangle';
export var CodePyRectangleDimensions = {
height: 16,
width: 16
};