@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.35 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CodeTsRectangle = /*#__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 3Zm-4.9 3.85A.5.5 0 0 1 7 7H6v3.5a.5.5 0 1 1-1 0V7H4a.5.5 0 0 1-.5-.5A.5.5 0 0 1 4 6h3a.5.5 0 0 1 .35.85Zm2.53.28a.43.43 0 0 0-.3-.13h-.15a.43.43 0 0 0-.36.65c.04.07.1.12.17.16l.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 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 .37-.65.41.41 0 0 0-.18-.16L8.8 8.7A1.42 1.42 0 0 1 9.43 6h.14A1.43 1.43 0 0 1 11 7.43c0 .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"
}));
});
CodeTsRectangle.displayName = 'CodeTsRectangle';
export var CodeTsRectangleDimensions = {
height: 16,
width: 16
};