@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.17 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CodeVbRectangle = /*#__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.47 6.68l-1.5 4a.5.5 0 0 1-.47.32.5.5 0 0 1-.47-.32l-1.5-4a.5.5 0 0 1 .01-.39.5.5 0 0 1 .93.03L5.5 9.08l1.03-2.76a.5.5 0 0 1 .65-.29.5.5 0 0 1 .29.65Zm3.69 3.34a1.5 1.5 0 0 1-1.41.98H8.5a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5h1a1.5 1.5 0 0 1 1.23 2.36 1.5 1.5 0 0 1 .42 1.66ZM9.75 9H9v1h.75a.5.5 0 1 0 0-1Zm.1-1.15A.5.5 0 0 0 9.5 7H9v1h.5a.5.5 0 0 0 .35-.15Z"
}));
});
CodeVbRectangle.displayName = 'CodeVbRectangle';
export var CodeVbRectangleDimensions = {
height: 16,
width: 16
};