UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.32 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 IconMaterialUnlicenseW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'UnlicenseW100Filled', short_name: 'Unlicense', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m686-388-20-20q26-32 40-70t14-82q0-100-70-170t-170-70q-44 0-82 14t-70 40l-20-20q35-29 78.5-45.5T480-828q110 0 189 77.5T748-560q0 56-19 99.5T686-388ZM542-532l-90-90q6-3 14-4.5t14-1.5q30 0 49 20.5t19 47.5q0 6-1.5 14t-4.5 14Zm-62 358-150 43q-14 5-26-4.5T292-160v-210q-41-41-60.5-88.5T212-560q0-38 8-66t20-54L102-818q-4-4-4.5-9.5T102-838q5-5 10-5t10 5l716 716q4 4 4.5 9.5T838-102q-5 5-10 5t-10-5L668-252v92q0 15-12 24.5t-26 4.5l-150-43Zm0-146q32 0 59-8t39-14L262-658q-9 14-15.5 43t-6.5 55q0 100 70 170t170 70Z" }) }))); }); IconMaterialUnlicenseW100Filled.displayName = 'OnesyIconMaterialUnlicenseW100Filled'; exports.default = IconMaterialUnlicenseW100Filled;