UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.34 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 IconMaterialRotate90DegreesCwW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'Rotate90DegreesCwW100Filled', short_name: 'Rotate90DegreesCw', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M440-106q-139 0-236.5-97.5T106-440q0-140 97.5-237T441-774h70l-81-81q-4-4-3.5-9.5t4.5-9.5q4-4 9.5-4t9.5 4l92 93q5 5 7 10t2 11q0 6-2 11t-7 10l-93 93q-4 4-9 3.5t-9-4.5q-4-4-4-9.5t4-9.5l80-80h-70q-128 0-217.5 89T134-440q0 128 89 217t217 89q42 0 81.5-9t74.5-30q5-3 11-1t9 7q3 5 1.5 10.5T611-148q-39 23-82.5 32.5T440-106Zm230-189L546-419q-5-5-7-10t-2-11q0-6 2-11t7-10l124-124q5-5 10-7t11-2q6 0 11 2t10 7l124 124q5 5 7 10t2 11q0 6-2 11t-7 10L712-295q-5 5-10 7t-11 2q-6 0-11-2t-10-7Z" }) }))); }); IconMaterialRotate90DegreesCwW100Filled.displayName = 'OnesyIconMaterialRotate90DegreesCwW100Filled'; exports.default = IconMaterialRotate90DegreesCwW100Filled;