@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.55 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CodeJsRectangle = /*#__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: "M12.25 3h-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 3ZM7 9.5A1.5 1.5 0 0 1 5.5 11 1.5 1.5 0 0 1 4 9.5V9a.5.5 0 0 1 .15-.35.52.52 0 0 1 .35-.15.5.5 0 0 1 .35.15A.52.52 0 0 1 5 9v.5a.5.5 0 0 0 .15.35.52.52 0 0 0 .35.15.5.5 0 0 0 .35-.15A.52.52 0 0 0 6 9.5v-3a.5.5 0 0 1 .15-.35A.52.52 0 0 1 6.5 6a.5.5 0 0 1 .35.15.52.52 0 0 1 .15.35v3Zm2.88-2.37a.43.43 0 0 0-.3-.13h-.15a.42.42 0 0 0-.3.13.42.42 0 0 0 .11.68l.97.49a1.43 1.43 0 0 1 .75 1.6A1.43 1.43 0 0 1 9.59 11h-.15a1.43 1.43 0 0 1-1.32-.88A1.43 1.43 0 0 1 8 9.57a.54.54 0 0 1 .5-.53.46.46 0 0 1 .35.12.47.47 0 0 1 .15.34.45.45 0 0 0 .43.5h.14a.43.43 0 0 0 .2-.8l-.98-.5a1.42 1.42 0 0 1-.25-2.39 1.6 1.6 0 0 1 2.04.1c.27.28.42.64.42 1.02 0 .13-.05.27-.14.37a.5.5 0 0 1-.36.16.46.46 0 0 1-.35-.12.46.46 0 0 1-.15-.34v-.07a.43.43 0 0 0-.13-.3Z"
}));
});
CodeJsRectangle.displayName = 'CodeJsRectangle';
export var CodeJsRectangleDimensions = {
height: 16,
width: 16
};