@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.21 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 IconMaterialPanoramaWideAngle = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PanoramaWideAngle', short_name: 'PanoramaWideAngle', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M480-160q-91 0-181.5-8.5T120-200q-21-69-30.5-138.5T80-480q0-72 9.5-141.5T120-760q79-20 168-30t192-10q103 0 192 10t168 30q21 69 30.5 138.5T880-480q0 72-10 141.5T840-200q-88 23-178.5 31.5T480-160Zm0-320Zm0 240q75 0 149-6.5T776-270q13-52 18.5-104t5.5-106q0-54-5.5-106T776-690q-65-15-137.5-22.5T480-720q-85 0-157.5 7.5T184-690q-13 52-18.5 104T160-480q0 54 5.5 106T184-270q73 17 147 23.5t149 6.5Z" }) })));
});
IconMaterialPanoramaWideAngle.displayName = 'OnesyIconMaterialPanoramaWideAngle';
exports.default = IconMaterialPanoramaWideAngle;
;