@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.15 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 IconMaterialLayersW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'LayersW100', short_name: 'Layers', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M218-441q-5-4-5.5-10.5T217-463q4-3 9-3t9 3l225 174q9 7 20 7t20-7l225-174q4-3 9-3t9 3q5 5 4.5 11.5T742-441L517-267q-17 13-37 13t-37-13L218-441Zm225 36L265-543q-23-18-23-47t23-47l178-138q17-13 37-13t37 13l178 138q23 18 23 47t-23 47L517-405q-17 13-37 13t-37-13Zm57-22 177-138q13-10 13-25t-13-25L500-753q-9-7-20-7t-20 7L283-615q-13 10-13 25t13 25l177 138q9 7 20 7t20-7Zm-20-163Z" }) })));
});
IconMaterialLayersW100.displayName = 'OnesyIconMaterialLayersW100';
exports.default = IconMaterialLayersW100;
;