UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.28 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 IconMaterialLandscape2OffW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'Landscape2OffW100Filled', short_name: 'Landscape2Off', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M833-107q-5 5-10 5t-10-5L108-812q-4-4-4.5-9.5T108-832q5-5 10-5t10 5l705 705q4 4 4.5 9.5T833-107ZM247-565q-38 0-65.5-27T154-657q0-31 17.5-54.5T216-744l117 117q-9 27-32.5 44.5T247-565Zm559 266q-8 5-18.5 4.5T769-303L483-589q-6-6-7.5-14t.5-16l4-13q12-37 44-58.5t70-21.5q38 0 70 21t44 57l110 299q5 11 .5 21T806-299Zm-658 87q-17 0-26-14.5t-1-29.5l85-160q8-15 22-23.5t31-8.5q18 0 33 9.5t22 26.5l19 44q9 19 33 17.5t31-20.5l47-145 304 304H148Z" }) }))); }); IconMaterialLandscape2OffW100Filled.displayName = 'OnesyIconMaterialLandscape2OffW100Filled'; exports.default = IconMaterialLandscape2OffW100Filled;