@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.36 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 IconMaterialWhatshot = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'Whatshot', short_name: 'Whatshot', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M82-520q15-152 128-256t270-104q83 0 155.5 31.5t127 86q54.5 54.5 86 127T880-480q0 82-31.5 155t-86 127.5q-54.5 54.5-127 86T480-80q-53 0-103-13t-95-39q-18-10-20-29t14-35q9-9 23-11t25 5q37 20 76 31t80 11q133 0 226.5-93.5T800-480q0-133-93.5-226.5T480-800q-123 0-213 80.5T162-520q-2 17-13.5 28.5T120-480q-17 0-28.5-12T82-520Zm398 40Zm160-24v64q0 17 11.5 28.5T680-400q17 0 28.5-11.5T720-440v-160q0-17-11.5-28.5T680-640H520q-17 0-28.5 11.5T480-600q0 17 11.5 28.5T520-560h64L438-414l-92-77q-12-10-27.5-9T292-488L139-335q-10 10-11.5 23.5T133-286q10 17 29 19t33-12l127-127 92 77q12 10 27.5 9t26.5-12l172-172Z" }) })));
});
IconMaterialWhatshot.displayName = 'OnesyIconMaterialWhatshot';
exports.default = IconMaterialWhatshot;