@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.52 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 IconMaterialSwipeUpW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SwipeUpW100', short_name: 'SwipeUp', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M221-825q-11 37-16 75.5t-5 77.5q0 63 19.5 122.5T274-437q4 5 4 11.5t-5 11.5q-5 5-10.5 3t-9.5-7q-38-57-59.5-121T172-672q0-38 5-75.5t15-74.5l-72 72q-4 4-10 4.5t-10-4.5q-4-4-3.5-10t4.5-10l86-86q9-9 21-9t21 9l87 87q4 4 4 9.5t-4 9.5q-4 5-10 4.5t-10-4.5l-75-75Zm429 645q-17 6-36 5.5t-36-8.5L347-290q-8-4-10.5-12t1.5-16q5-8 12.5-12.5T367-336l128-15-115-314q-2-6 .5-11t8.5-7q6-2 11 .5t7 8.5l114 312q5 14-3 26.5T495-321l-126 11 221 102q11 5 24.5 6t25.5-4l132-48q42-15 60.5-54.5T836-390l-55-150q-2-6 0-11t8-7q6-2 11 0t7 8l55 150q20 53-3.5 103T782-228l-132 48ZM539-595q6-2 11 .5t7 8.5l50 137q2 5-.5 10.5T599-431q-5 2-11-1t-8-8l-50-137q-2-6 .5-11t8.5-7Zm119 0q6-2 11 0t7 8l36 99q2 5-.5 11t-8.5 8q-5 2-10.5-1t-7.5-8l-36-100q-2-6 .5-10.5t8.5-6.5Zm24 244Z" }) })));
});
IconMaterialSwipeUpW100.displayName = 'OnesyIconMaterialSwipeUpW100';
exports.default = IconMaterialSwipeUpW100;
;