@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.43 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DocumentJavascript = /*#__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 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M12 8V2H6a2 2 0 0 0-2 2v10.02a1.76 1.76 0 0 1 1.8.91c.54-.57 1.3-.93 2.15-.93h.1A2.95 2.95 0 0 1 11 16.95V17c0 .45-.17.86-.45 1.17.29.44.45.96.45 1.5v.38c0 .75-.28 1.43-.74 1.95H18a2 2 0 0 0 2-2V10h-6a2 2 0 0 1-2-2Zm1.5 0V2.5l6 6H14a.5.5 0 0 1-.5-.5Zm-9.25 7c.41 0 .75.34.75.75V20a2 2 0 1 1-4 0v-.25a.75.75 0 0 1 1.5 0V20a.5.5 0 0 0 1 0v-4.25c0-.41.34-.75.75-.75Zm3.7 0C6.87 15 6 15.87 6 16.95v.23c0 .62.32 1.19.85 1.5l1.53.92c.07.05.12.13.12.22v.23c0 .25-.2.45-.45.45h-.1a.45.45 0 0 1-.45-.45V20A.75.75 0 0 0 6 20v.05C6 21.13 6.87 22 7.95 22h.1c1.08 0 1.95-.87 1.95-1.95v-.23c0-.62-.32-1.19-.85-1.5l-1.53-.92a.25.25 0 0 1-.12-.22v-.23c0-.25.2-.45.45-.45h.1c.25 0 .45.2.45.45V17a.75.75 0 0 0 1.5 0v-.05C10 15.87 9.13 15 8.05 15h-.1Z"
}));
});
DocumentJavascript.displayName = 'DocumentJavascript';
export var DocumentJavascriptDimensions = {
height: 24,
width: 24
};