UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.77 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 IconMaterialCarTagW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'CarTagW100Filled', short_name: 'CarTag', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M145.88-172q-5.88 0-9.88-4.08-4-4.09-4-9.92v-276q0-5 .5-10t2.5-10l75-212q2-7 8.2-10.5 6.2-3.5 13.8-3.5h120q5.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 4H236l-64 180h318q12.44 0 23.72 5T533-482l69 69 1 1 1 1q-9 5-14.5 14.5T584-376q0 17 11.5 28.5T624-336q17 0 28.5-11t11.5-28q14 5 28 6t28-1q11-2 19.5 5t8.5 18v161q0 5.83-4.12 9.92-4.12 4.08-10 4.08t-9.88-4.08q-4-4.09-4-9.92v-66H160v66q0 5.83-4.12 9.92-4.12 4.08-10 4.08Zm110.36-164q16.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.5Zm343.72-398q11.04 0 18.54-7.46 7.5-7.47 7.5-18.5 0-11.04-7.46-18.54-7.47-7.5-18.5-7.5-11.04 0-18.54 7.46-7.5 7.47-7.5 18.5 0 11.04 7.46 18.54 7.47 7.5 18.5 7.5ZM673-484 479-678q-5.78-5.77-9.39-14.06Q466-700.35 466-709v-140q0-20 13.13-32.5Q492.25-894 511-894h140q8.65 0 16.94 3.61 8.29 3.61 14.06 9.39l194 194q14 14 14 32t-14 32L737-484q-14 14-32 14t-32-14Z" }) }))); }); IconMaterialCarTagW100Filled.displayName = 'OnesyIconMaterialCarTagW100Filled'; exports.default = IconMaterialCarTagW100Filled;