@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.42 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CodeJs = /*#__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: "M10.77 7.3c1.05.4 2.48.93 2.48 2.45a2.5 2.5 0 0 1-.84 1.86 2.51 2.51 0 0 1-1.93.64l-.22.01a2.5 2.5 0 0 1-2.28-1.49 2.5 2.5 0 0 1-.23-1.02c0-.2.08-.39.22-.53a.77.77 0 0 1 1.06 0c.14.14.22.33.22.53 0 .95 1.04 1 1.25 1 .21 0 1.25-.05 1.25-1 0-.41-.44-.65-1.51-1.05-1.05-.4-2.49-.93-2.49-2.45a2.5 2.5 0 0 1 .84-1.86c.26-.24.57-.41.9-.52.61-.2 1.42-.2 2.02 0a2.5 2.5 0 0 1 1.52 1.36c.14.32.22.66.22 1.02 0 .2-.08.39-.22.53a.77.77 0 0 1-1.06 0 .74.74 0 0 1-.22-.53c0-.95-1.04-1-1.25-1-.2 0-1.25.05-1.25 1 0 .41.45.65 1.52 1.05ZM5.75 4.5c0-.2.08-.39.22-.53a.77.77 0 0 1 1.06 0c.14.14.22.33.22.53v5a2.71 2.71 0 0 1-.8 1.94 2.75 2.75 0 0 1-4.7-1.94V9c0-.2.08-.39.22-.53a.77.77 0 0 1 1.06 0c.14.14.22.33.22.53v.5c0 .33.13.65.37.88.46.47 1.3.47 1.76 0 .24-.23.37-.55.37-.88v-5Z"
}));
});
CodeJs.displayName = 'CodeJs';
export var CodeJsDimensions = {
height: 16,
width: 16
};