@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.93 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 IconMaterialCompostW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'CompostW100Filled', short_name: 'Compost', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M480-186q-63.2 0-118.4-24t-96.4-65.2Q224-316.4 200-371.6T176-490q0-63.2 24-118.4t65.2-96.4q41.2-41.2 96.4-65.2T480-794v-44q0-9.92 9.5-13.46Q499-855 506-848l81 81q9 9 9 21t-9 21l-81 81q-7 7-16.5 3.46T480-654v-44q-86 0-147 60.85-61 60.84-61 147.31Q272-437 296-392t66 73q12-22 37.44-37.51Q424.88-372.02 458-376q-2.54-17-6.77-34-4.23-17-9.23-31-8.8 7.11-19.2 11.05-10.4 3.95-22.4 3.95-26.4 0-45.4-18.8T336-490v-32q0-5-1-12.5t-2.71-12.56Q328-555 333-562q5-7 13-7 36.31 1.62 76.66 17.81Q463-535 464-490q0 7.5-1.5 13.75T458-464q-10.3-8.13-20.6-14.63-10.31-6.5-21.4-11.37 14 11 31.46 32.36Q464.92-436.27 480-407q17-39 40.7-77 23.7-38 55.3-70-18 13-35 27t-33 31q-5-9-8.5-19.87Q496-526.73 496-538q0-33 23.5-56.5t56.75-23.5h31.67q11.08 0 24.08-3 13-3 21-11 6-5 13-2.17 7 2.84 7 10.93 0 20.24-2.84 48.43-2.85 28.19-13 54Q647-495 627.89-476.68q-19.12 18.32-51.77 18.32-11.95 0-22.7-3.19-10.75-3.18-19.51-8.76-5.57 15.13-12.74 40.22Q514-405 510-376q30.13 5.62 53.12 20.87Q586.11-339.87 598-319q33-23 55.91-57.59Q676.82-411.17 685-453q3-20 17.24-33.5Q716.47-500 736-500q20.46 0 34.23 15 13.77 15 10.68 34.88Q767-338 681.86-262T480-186Z" }) })));
});
IconMaterialCompostW100Filled.displayName = 'OnesyIconMaterialCompostW100Filled';
exports.default = IconMaterialCompostW100Filled;
;