UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.55 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 IconMaterialDiscFullW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'DiscFullW100Filled', short_name: 'DiscFull', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M464-352q54 0 91-37t37-91q0-54-37-91t-91-37q-54 0-91 37t-37 91q0 54 37 91t91 37Zm0-88q-17 0-28.5-11.5T424-480q0-17 11.5-28.5T464-520q17 0 28.5 11.5T504-480q0 17-11.5 28.5T464-440Zm359.96 200q-5.96 0-9.96-4.02-4-4.03-4-9.98v-266q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v266q0 5.95-4.04 9.98-4.03 4.02-10 4.02Zm.04 90q-8.5 0-14.25-5.75T804-170q0-8.5 5.75-14.25T824-190q8.5 0 14.25 5.75T844-170q0 8.5-5.75 14.25T824-150Zm-360 18q-72.21 0-135.72-27.39-63.51-27.39-110.49-74.35-46.98-46.96-74.39-110.43Q116-407.65 116-479.83q0-72.17 27.4-135.73 27.41-63.56 74.39-110.57 46.98-47.02 110.49-74.44Q391.79-828 464-828q94 0 173 45.5T763-659q9 15 0 30t-27 15q-2 0-4 2t-2 4v333q0 9-3 17.5T717-242q-50 51-115.5 80.5T464-132Z" }) }))); }); IconMaterialDiscFullW100Filled.displayName = 'OnesyIconMaterialDiscFullW100Filled'; exports.default = IconMaterialDiscFullW100Filled;