UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 2.12 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 IconMaterialClearDayW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ClearDayW100', short_name: 'ClearDay', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M479.96-738q-5.96 0-9.96-4.03-4-4.02-4-9.97v-100q0-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.97v100q0 5.95-4.04 9.97-4.03 4.03-10 4.03ZM662-662q-4-4-3.5-9.5T663-682l69-71q4.27-5 10.13-5 5.87 0 11.09 5.22Q758-748 758-743q0 5-5 10l-71 71q-5 5-10 5t-10-5Zm90 196q-5.95 0-9.97-4.04-4.03-4.03-4.03-10 0-5.96 4.03-9.96 4.02-4 9.97-4h100q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4H752ZM479.96-94Q474-94 470-98.03q-4-4.02-4-9.97v-99q0-5.95 4.04-9.98 4.03-4.02 10-4.02 5.96 0 9.96 4.02 4 4.03 4 9.98v99q0 5.95-4.04 9.97-4.03 4.03-10 4.03ZM279-662l-72-70q-5-4.17-5-10.09 0-5.91 5-10.91 5-4 10.67-4 5.66 0 9.33 4l72 72q4 3.67 4 9.33 0 5.67-3.8 9.67-4.15 4-9.67 4-5.53 0-10.53-4Zm454 455-70-71q-4-5-4.5-10.5t3.3-9.5q3.8-4 9.5-4t10.7 5l71 70q4 4 4 9.5t-4.3 10.5q-4.7 5-10.37 5-5.66 0-9.33-5ZM108-466q-5.95 0-9.97-4.04-4.03-4.03-4.03-10 0-5.96 4.03-9.96 4.02-4 9.97-4h100q5.95 0 9.98 4.04 4.02 4.03 4.02 10 0 5.96-4.02 9.96-4.03 4-9.98 4H108Zm100 259q-4-5-4.5-10.5t3.5-9.5l70-70q5-5 10-5t10 4.78q5 5.22 5 10.72 0 5.5-5 10.5l-69 69q-5 5-10.67 5-5.66 0-9.33-5Zm272.24-85Q402-292 347-346.76q-55-54.77-55-133Q292-558 346.76-613q54.77-55 133-55Q558-668 613-613.24q55 54.77 55 133Q668-402 613.24-347q-54.77 55-133 55Zm-.24-28q66 0 113-47t47-113q0-66-47-113t-113-47q-66 0-113 47t-47 113q0 66 47 113t113 47Zm0-160Z" }) }))); }); IconMaterialClearDayW100.displayName = 'OnesyIconMaterialClearDayW100'; exports.default = IconMaterialClearDayW100;