@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.32 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 IconMaterialMagicTetherFilled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'MagicTetherFilled', short_name: 'MagicTether', viewBox: '0 96 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M480 496q75 0 142.5 23.5T745 585q20 15 20.5 40T748 668q-17 17-42 17.5T661 672q-38-26-84-41t-97-15q-51 0-97 15t-84 41q-20 14-45 13.5T212 668q-17-18-17-42.5t20-39.5q55-42 122.5-66T480 496Zm0-240q125 0 235.5 41.5T914 413q20 17 20.5 42T917 498q-17 17-42 17.5T830 500q-72-59-161-91.5T480 376q-100 0-189 32.5T130 500q-20 16-45 15t-42-18q-18-18-17.5-42.5T46 413q88-74 198.5-115.5T480 256Zm-50 610-70-32q-12-5-12-18t12-18l70-32 32-70q5-12 18-12t18 12l32 70 70 32q12 5 12 18t-12 18l-70 32-32 70q-5 12-18 12t-18-12l-32-70Z" }) })));
});
IconMaterialMagicTetherFilled.displayName = 'OnesyIconMaterialMagicTetherFilled';
exports.default = IconMaterialMagicTetherFilled;
;