UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.36 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 IconMaterialScreenRotationUpFilled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ScreenRotationUpFilled', short_name: 'ScreenRotationUp', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M567-160H320q-33 0-56.5-23.5T240-240v-320q0-18 12-29t28-11q17 0 28.5 12t11.5 29v319h247l-45-45q-5-6-8-13t-3-15q0-8 3-15t8-13q6-6 13.5-9t15.5-3q8 0 15 3t13 9l113 113q6 6 9 13t3 15q0 8-3 15t-9 13L578-58q-6 6-12.5 9T551-46q-8 0-15.5-3.5T522-59q-6-6-9-13t-3-15q0-8 3-15t9-13l45-45Zm153-560v320q0 18-12 29t-28 11q-17 0-28.5-12T640-401v-319H393l45 45q11 11 11 27.5T438-619q-12 12-28.5 12T381-619L268-732q-6-6-9-13t-3-15q0-8 3-15t9-13l114-114q12-12 28-11.5t28 12.5q11 12 11.5 28T438-845l-45 45h247q33 0 56.5 23.5T720-720Z" }) }))); }); IconMaterialScreenRotationUpFilled.displayName = 'OnesyIconMaterialScreenRotationUpFilled'; exports.default = IconMaterialScreenRotationUpFilled;