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 IconMaterialTrafficW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'TrafficW100Filled', short_name: 'Traffic', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M476.77-260q17.23 0 28.73-11.27 11.5-11.26 11.5-28.5 0-17.23-11.27-28.73-11.26-11.5-28.5-11.5-17.23 0-28.73 11.27-11.5 11.26-11.5 28.5 0 17.23 11.27 28.73 11.26 11.5 28.5 11.5Zm0-180q17.23 0 28.73-11.27 11.5-11.26 11.5-28.5 0-17.23-11.27-28.73-11.26-11.5-28.5-11.5-17.23 0-28.73 11.27-11.5 11.26-11.5 28.5 0 17.23 11.27 28.73 11.26 11.5 28.5 11.5Zm0-180q17.23 0 28.73-11.27 11.5-11.26 11.5-28.5 0-17.23-11.27-28.73-11.26-11.5-28.5-11.5-17.23 0-28.73 11.27-11.5 11.26-11.5 28.5 0 17.23 11.27 28.73 11.26 11.5 28.5 11.5ZM329-348v-108q-28-6-42.5-21t-19.58-33.38Q266-518 270.5-523q4.5-5 12.5-5h46v-108q-28-6-42.5-21t-19.58-33.38Q266-698 270.5-703q4.5-5 12.5-5h46v-48q0-17 8.23-24.5 8.22-7.5 19.77-7.5h240q11.55 0 19.78 7.5Q625-773 625-756v48h52q8 0 12 5.5t2.92 12.83Q686-672 669.5-657T625-636v108h52q8 0 12 5.5t2.92 12.83Q686-492 669.5-477T625-456v108h52q8 0 12 5.5t2.92 12.83Q686-312 669.5-297T625-276v76q0 11.55-8.22 19.77Q608.55-172 597-172H357q-11.55 0-19.77-8.23Q329-188.45 329-200v-76q-28-6-42.5-21t-19.58-33.38Q266-338 270.5-343q4.5-5 12.5-5h46Z" }) }))); }); IconMaterialTrafficW100Filled.displayName = 'OnesyIconMaterialTrafficW100Filled'; exports.default = IconMaterialTrafficW100Filled;