UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.7 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("@amaui/ui-react"); const IconMaterialCarRentalW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'CarRentalW100', short_name: 'CarRental', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M8.5 6.85q-.975 0-1.662-.688Q6.15 5.475 6.15 4.5q0-.975.688-1.663.687-.687 1.662-.687.875 0 1.512.575.638.575.838 1.425h6.65q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1h-.65V6.5q0 .15-.1.25t-.25.1q-.15 0-.25-.1t-.1-.25V4.85h-5.3q-.2.85-.838 1.425-.637.575-1.512.575Zm0-.7q.675 0 1.163-.488.487-.487.487-1.162 0-.675-.487-1.163Q9.175 2.85 8.5 2.85t-1.162.487Q6.85 3.825 6.85 4.5t.488 1.162q.487.488 1.162.488Zm0 10.6q.275 0 .488-.212.212-.213.212-.488t-.212-.488q-.213-.212-.488-.212t-.488.212q-.212.213-.212.488t.212.488q.213.212.488.212Zm7 0q.275 0 .488-.212.212-.213.212-.488t-.212-.488q-.213-.212-.488-.212t-.487.212q-.213.213-.213.488t.213.488q.212.212.487.212Zm-8.85 3.5q-.15 0-.25-.1t-.1-.25v-5.55l1.45-4.15q.05-.175.188-.262.137-.088.312-.088h7.5q.175 0 .312.088.138.087.188.262l1.45 4.15v5.55q0 .15-.1.25t-.25.1q-.15 0-.25-.1t-.1-.25v-1.65H7v1.65q0 .15-.1.25t-.25.1Zm.55-6.4h9.6l-1.15-3.3h-7.3Zm-.2.7v3Zm0 3h10v-3H7Z" }) }))); }); IconMaterialCarRentalW100.displayName = 'AmauiIconMaterialCarRentalW100'; exports.default = IconMaterialCarRentalW100;