UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.65 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 IconMaterialLocalTaxiW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'LocalTaxiW100', short_name: 'LocalTaxi', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M200-252v66q0 5.83-4.12 9.92-4.12 4.08-10 4.08t-9.88-4.08q-4-4.09-4-9.92v-276q0-5 .5-10t2.27-10.23L241-668q5.89-17.78 21.37-28.89Q277.84-708 297-708h111v-26q0-12.75 8.63-21.38Q425.25-764 438-764h88q12.75 0 21.38 8.62Q556-746.75 556-734v26h107q19.16 0 34.63 11.11Q713.11-685.78 719-668l66.23 185.77Q787-477 787.5-472t.5 10v276q0 5.83-4.12 9.92-4.12 4.08-10 4.08t-9.88-4.08q-4-4.09-4-9.92v-66H200Zm12-248h536l-56-159q-4-10-12-15.5t-19-5.5H299q-11 0-19 5.5T268-659l-56 159Zm-12 28v192-192Zm96.24 136q16.76 0 28.26-11.74 11.5-11.73 11.5-28.5 0-16.76-11.74-28.26-11.73-11.5-28.5-11.5-16.76 0-28.26 11.74-11.5 11.73-11.5 28.5 0 16.76 11.74 28.26 11.73 11.5 28.5 11.5Zm368 0q16.76 0 28.26-11.74 11.5-11.73 11.5-28.5 0-16.76-11.74-28.26-11.73-11.5-28.5-11.5-16.76 0-28.26 11.74-11.5 11.73-11.5 28.5 0 16.76 11.74 28.26 11.73 11.5 28.5 11.5ZM200-280h560v-192H200v192Z" }) }))); }); IconMaterialLocalTaxiW100.displayName = 'OnesyIconMaterialLocalTaxiW100'; exports.default = IconMaterialLocalTaxiW100;