UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.86 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 IconMaterialCarryOnBagQuestionW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'CarryOnBagQuestionW100', short_name: 'CarryOnBagQuestion', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M386-200v-400h-34q-14 0-23 9t-9 23v336q0 14 9 23t23 9h34Zm-34 28q-26 0-43-17t-17-43v-336q0-26 17-43t43-17h208v-172h-46q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h44q12.75 0 21.38 8.62Q588-810.75 588-798v327q0 5.95-4.04 9.98-4.03 4.02-10 4.02-5.96 0-9.96-4.02-4-4.03-4-9.98v-129H414v400h40q5.95 0 9.98 4.04 4.02 4.03 4.02 10 0 5.96-4.02 9.96-4.03 4-9.98 4H352Zm332-232q62 0 105 43t43 105q0 62-43 105t-105 43q-62 0-105-43t-43-105q0-62 43-105t105-43Zm0 260q8.46 0 14.23-5.77T704-164q0-8.46-5.77-14.23T684-184q-8.46 0-14.23 5.77T664-164q0 8.46 5.77 14.23T684-144ZM400-400Zm-14 200v-400 400Zm28 0v-400 400Zm334-110.37q0-26.63-17.5-44.13Q713-372 684.22-372 666-372 650-362.5T624-336q-3 5-.63 9.79 2.37 4.79 7.89 7 4.74 2.21 10.24.71t8.5-6.5q6-8 14.65-13.5 8.66-5.5 19.04-5.5 17.31 0 26.81 8.41 9.5 8.42 9.5 25.25 0 12.34-7 20.34t-15 16q-6 6-11.5 13T676-247.71q-3 4.71-4.5 11.21-1.5 6.5-1.5 12.65 0 6.16 3.85 10 3.84 3.85 10 3.85 6.15 0 10.15-3.89t4-10.11q0-9 6-15.5t14-14.5q14-12 22-25t8-31.37Z" }) }))); }); IconMaterialCarryOnBagQuestionW100.displayName = 'OnesyIconMaterialCarryOnBagQuestionW100'; exports.default = IconMaterialCarryOnBagQuestionW100;