UNPKG

@evg-b/evg-icons

Version:

material icons

15 lines (12 loc) 512 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var Drafts = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), /*#__PURE__*/React.createElement("path", { d: "M21.99 8c0-.72-.37-1.35-.94-1.7L12 1 2.95 6.3C2.38 6.65 2 7.28 2 8v10c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2l-.01-10zM12 13L3.74 7.84 12 3l8.26 4.84L12 13z" })), name: 'Drafts' }); export default Drafts;