@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 2.01 kB
JavaScript
;
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 IconMaterialUnpavedRoadW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'UnpavedRoadW100Filled', short_name: 'UnpavedRoad', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M432-244q-20 0-34-2.03-14-2.02-14-14.19Q384-274 398-283q14-9 34-9t34 9.2q14 9.2 14 22.8 0 12-14 14t-34 2Zm268 72q-20 0-34-2.03-14-2.02-14-14.19Q652-202 666-211q14-9 34-9t34 9.2q14 9.2 14 22.8 0 12-14 14t-34 2Zm-162 0q-20 0-34-2.03-14-2.02-14-14.19Q490-202 504-211q14-9 34-9t34 9.2q14 9.2 14 22.8 0 12-14 14t-34 2Zm-278 0q-20 0-34-2.03-14-2.02-14-14.19Q212-202 226-211q14-9 34-9t34 9.2q14 9.2 14 22.8 0 12-14 14t-34 2Zm130 40q-20 0-34-2.03-14-2.02-14-14.19Q342-162 356-171q14-9 34-9t34 9.2q14 9.2 14 22.8 0 12-14 14t-34 2ZM200-372v66q0 5.83-4.12 9.92-4.12 4.08-10 4.08t-9.88-4.08q-4-4.09-4-9.92v-271q0-8 1.5-14.5T177-606l73-208q2-7 8.2-10.5 6.2-3.5 13.8-3.5h420q6.11 0 11.09 3.85 4.98 3.85 6.91 10.15l73 208q2 8 3.5 14.5T788-577v271q0 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-64-180H276l-64 180Zm84.24 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.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.5Z" }) })));
});
IconMaterialUnpavedRoadW100Filled.displayName = 'OnesyIconMaterialUnpavedRoadW100Filled';
exports.default = IconMaterialUnpavedRoadW100Filled;