UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.3 kB
"use strict"; 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 IconMaterialLayersClearW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'LayersClearW100Filled', short_name: 'LayersClear', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M695-638q23 18 23 47.5T695-543l-84 65q-9 7-20.5 6.5T571-480L372-678q-10-10-9-23.5t12-21.5l68-53q17-13 37-13t37 13l178 138ZM800-98 582-316l-65 50q-17 13-37 13t-37-13L218-441q-5-4-5.5-10.5T217-463q4-3 9-3t9 3l225 174q9 7 20 7t20-7l61-48-69-69h28l-3 3q-17 12-37 12t-36-13L262-545q-23-17-22.5-45.5T262-636L84-814q-4-4-4.5-9.5T84-834q5-5 10-5t10 5l716 716q4 4 4.5 9.5T820-98q-5 5-10 5t-10-5Zm-57-365q5 5 4.5 11t-5.5 11l-64 50q-5 3-10 2.5t-9-4.5q-5-5-4-11t6-10l64-49q4-3 9-3t9 3Z" }) }))); }); IconMaterialLayersClearW100Filled.displayName = 'OnesyIconMaterialLayersClearW100Filled'; exports.default = IconMaterialLayersClearW100Filled;