UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.17 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("@amaui/ui-react"); const IconMaterialAllMatchW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AllMatchW100Filled', short_name: 'AllMatch', viewBox: '0 96 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m696 845-29-29q-4-4-9.5-4t-9.5 4q-4 4-4 9.5t4 9.5l33 33q7 7 15.5 7t15.5-7l80-79q4-4 4.5-9t-4.5-10q-4-4-10-4t-10 4l-76 75Zm24 125q-62 0-105-43t-43-105q0-62 43-105t105-43q62 0 105 43t43 105q0 62-43 105t-105 43ZM346 576 230 394q-10-15-1.5-30.5T255 348h297q22 0 41.5 10t32.5 28l134 190q-10-1-20.5-1.5T720 574q-98 0-169 66t-78 164H255q-18 0-26.5-15.5T230 758l116-182Z" }) }))); }); IconMaterialAllMatchW100Filled.displayName = 'AmauiIconMaterialAllMatchW100Filled'; exports.default = IconMaterialAllMatchW100Filled;