@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.14 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CodeFs = /*#__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: "M2.5 3.75H6a.75.75 0 0 1 0 1.5H3.25v2H5.5a.75.75 0 0 1 0 1.5H3.25v2.75a.75.75 0 0 1-1.5 0v-7a.75.75 0 0 1 .75-.75Zm10.75 5h1a.75.75 0 0 1 0 1.5h-1V11a.75.75 0 0 1-1.5 0v-.75h-1.5V11c0 .2-.08.39-.22.53a.77.77 0 0 1-1.06 0 .74.74 0 0 1-.22-.53v-.75H8a.75.75 0 0 1 0-1.5h.75v-1.5H8a.75.75 0 0 1 0-1.5h.75V5c0-.2.08-.39.22-.53a.77.77 0 0 1 1.06 0c.14.14.22.33.22.53v.75h1.5V5c0-.2.08-.39.22-.53a.77.77 0 0 1 1.06 0c.14.14.22.33.22.53v.75h1a.75.75 0 0 1 0 1.5h-1v1.5Zm-1.5 0v-1.5h-1.5v1.5h1.5Z"
}));
});
CodeFs.displayName = 'CodeFs';
export var CodeFsDimensions = {
height: 16,
width: 16
};