@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.22 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 IconMaterialMatterW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'MatterW100Filled', short_name: 'Matter', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M480-566q-51 0-96.5-16.5T300-628l26-16q24 17 59 30t81 21v-228l14-9 14 9v228q44-8 79-21t61-30l26 16q-38 29-83.5 45.5T480-566Zm-68 362-27-15q1-5 1-10.5V-240q0-26-7.5-58T357-366L160-248l-14-8v-16l196-118q-28-32-57.5-55.5T226-483v-31q82 32 135 106t53 168q0 9-.5 18t-1.5 18Zm136 0q-1-9-1.5-18t-.5-18q0-94 53-168t135-106v30q-28 12-57.5 36.5T618-390l196 118v16l-14 8-197-118q-14 36-21.5 68t-7.5 58v10.5q0 5.5 1 10.5l-27 15Z" }) })));
});
IconMaterialMatterW100Filled.displayName = 'OnesyIconMaterialMatterW100Filled';
exports.default = IconMaterialMatterW100Filled;
;