UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.93 kB
"use strict"; 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 IconMaterialHandshakeW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'HandshakeW100', short_name: 'Handshake', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M466-163q9 0 18.5-4t15.5-10l307-307q16-16 25-32t9-36q0-20-9-39t-25-35L663-770q-16-16-32-23.5t-36-7.5q-20 0-36.5 7.5T527-770l-42 42 74 74q11 11 16.5 25t5.5 28q0 28-18 46t-46 18q-14 0-27.5-4T465-556l-54-54q-9-9-23-9t-23 9L216-461q-7 7-10.5 16t-3.5 18q0 16 10 26t26 10q9 0 18.5-4t15.5-10l114-114q4-4 9.5-4.5T406-519q5 5 5 10t-5 10L292-385q-7 7-10.5 16t-3.5 18q0 15 10.5 25.5T314-315q9 0 18.5-4t15.5-10l126-126q4-4 9.5-4.5T494-455q5 5 5 10t-5 10L368-309q-6 6-10 15.5t-4 18.5q0 15 10.5 25.5T390-239q9 0 18-3.5t16-10.5l126-126q4-4 9.5-4.5T570-379q5 5 5 10t-5 10L444-233q-7 7-10.5 17t-3.5 18q0 16 11 25.5t25 9.5Zm0 28q-29 0-49-22t-15-54q-34 2-56.5-18T326-287q-38 2-59-19t-17-57q-32 2-54-14.5T174-427q0-14 5.5-28.5T196-481l150-150q17-17 42-17t42 17l53 53q6 6 14.5 10t19.5 4q14 0 25-10t11-26q0-11-4-19.5T539-634L403-770q-16-16-32.5-23.5T334-801q-20 0-35.5 7.5T267-770L151-654q-23 23-29 56.5t8 63.5q2 5-.5 10.5T122-516q-5 2-11-.5t-8-7.5q-15-39-9-79.5t37-71.5l115-115q20-20 41.5-29.5T335-829q26 0 47 9.5t41 29.5l42 42 42-42q20-20 41-29.5t47-9.5q26 0 47.5 9.5T684-790l143 143q20 20 31 44.5t11 50.5q0 26-11 47t-31 41L520-157q-12 12-25.5 17t-28.5 5ZM330-623Z" }) }))); }); IconMaterialHandshakeW100.displayName = 'OnesyIconMaterialHandshakeW100'; exports.default = IconMaterialHandshakeW100;