UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.64 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 IconMaterialFlakyW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'FlakyW100Filled', short_name: 'Flaky', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M480.17-132q-72.17 0-135.73-27.39-63.56-27.39-110.57-74.35-47.02-46.96-74.44-110.43Q132-407.65 132-479.83q0-72.17 27.39-135.73 27.39-63.56 74.35-110.57 46.96-47.02 110.43-74.44Q407.65-828 479.83-828q72.17 0 135.73 27.39 63.56 27.39 110.57 74.35 47.02 46.96 74.44 110.43Q828-552.35 828-480.17q0 72.17-27.39 135.73-27.39 63.56-74.35 110.57-46.96 47.02-110.43 74.44Q552.35-132 480.17-132ZM350-591l46 47q4.36 4 10.18 4 5.82 0 9.82-4 5-5 5-10t-5-10l-47-46 47-46q4-4.36 4-10.18 0-5.82-4-9.82-5-5-10-5t-10 5l-46 47-46-47q-4.36-4-10.18-4-5.82 0-9.82 4-5 5-5 10t5 10l47 46-47 46q-4 4.36-4 10.18 0 5.82 4 9.82 5 5 10 5t10-5l46-47Zm130 431q133 0 226.5-93.5T800-480q0-66-25-124t-69-102L254-254q44 44 102 69t124 25Zm81-159 90-89q4.09-4.44 9.55-4.72Q666-413 671-408q5 5 5 10t-5 10l-88 88q-9 9-21 9t-21-9l-43-42q-5-4.09-5-9.55 0-5.45 5-10.45 5-5 10-5t10 5l43 43Z" }) }))); }); IconMaterialFlakyW100Filled.displayName = 'OnesyIconMaterialFlakyW100Filled'; exports.default = IconMaterialFlakyW100Filled;