@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 999 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Drafts = /*#__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: "M13.94 5 19 10.06 9.06 20c-.28.28-.62.48-1 .58l-5.11 1.4a.75.75 0 0 1-.92-.93l1.4-5.11c.1-.38.3-.72.57-1L13.94 5zm-7.42 6-1.5 1.5H2.75a.75.75 0 0 1 0-1.5h3.77zm14.36-8.17.15.14.14.15a3.58 3.58 0 0 1-.14 4.91l-.97.97L15 3.94l.97-.97a3.58 3.58 0 0 1 4.9-.14zM10.52 7l-1.5 1.5H2.75a.75.75 0 1 1 0-1.5h7.77zm4-4-1.5 1.5H2.75a.75.75 0 1 1 0-1.5h11.77z"
}));
});
Drafts.displayName = 'Drafts';
export var DraftsDimensions = {
height: 24,
width: 24
};