@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.07 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialDraftsW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'DraftsW100', short_name: 'Drafts', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m511-840 303 180q6 5 10 11.5t4 14.5v402q0 26-17 43t-43 17H192q-26 0-43-17t-17-43v-402q0-8 4-14.5t10-11.5l303-180q14-8 31-8t31 8Zm-15 376 296-176-296-176q-8-5-16-5t-16 5L168-640l296 176q8 5 16 5t16-5Zm-47 24L160-612v380q0 14 9 23t23 9h576q14 0 23-9t9-23v-380L511-440q-14 8-31 8t-31-8Zm62 240h289-640 351Z" }) })));
});
IconMaterialDraftsW100.displayName = 'OnesyIconMaterialDraftsW100';
exports.default = IconMaterialDraftsW100;
;