UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.85 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 IconMaterialCarryOnBagQuestionW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'CarryOnBagQuestionW100Filled', short_name: 'CarryOnBagQuestion', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M684-108q-62 0-105-43t-43-105q0-62 43-105t105-43q62 0 105 43t43 105q0 62-43 105t-105 43Zm-270-64v-456h146v-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-798v308q0 13.18-6 23.59T565-449q-22 14-40 32t-32 39q-17.18 25.59-27.09 56.29Q456-291 456-258q0 13.33 1 25.67 1 12.33 4 25.33 3 14-4.39 24.5T436-172h-22Zm-62 0q-24.75 0-42.37-17.63Q292-207.25 292-232v-336q0-24.75 17.63-42.38Q327.25-628 352-628h34v456h-34Zm332 28q8.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-144Zm64-166.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" }) }))); }); IconMaterialCarryOnBagQuestionW100Filled.displayName = 'OnesyIconMaterialCarryOnBagQuestionW100Filled'; exports.default = IconMaterialCarryOnBagQuestionW100Filled;