@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.27 kB
JavaScript
;
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 IconMaterialLandscape2OffFilled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'Landscape2OffFilled', short_name: 'Landscape2Off', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M848-54q-12 12-28.5 12T791-54L55-791q-12-12-12-28.5T55-848q12-12 28.5-12t28.5 12l737 737q12 12 11.5 28.5T848-54ZM240-560q-50 0-85-35.5T120-680q0-32 16-59t42-43l164 164q-16 26-43 42t-59 16Zm600 279q-11 7-24.5 6.5T791-286L466-609q-8-8-10.5-18.5t.5-21.5l2-5q14-48 53.5-77t89.5-29q49 0 87.5 28.5T742-657l115 329q5 15-.5 27.5T840-281ZM111-160q-23 0-34.5-19T75-218l109-218q10-20 28.5-32t41.5-12q24 0 44 12.5t29 35.5l27 66q2 6 9 5.5t9-6.5l51-170 377 377H111Z" }) })));
});
IconMaterialLandscape2OffFilled.displayName = 'OnesyIconMaterialLandscape2OffFilled';
exports.default = IconMaterialLandscape2OffFilled;