iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 929 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Rasa = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M20.848 15.852l-3.882-2.034H.97V7.515h22.06v6.303h-2.182v2.034zM0 6.545v8.243h16.727l5.091 2.667v-2.667H24V6.545H0zm1.94 1.94h4.12v2.18l-1.33.517 1.362 1.666H4.84l-1.06-1.296-.87.339v.957h-.97V8.485zM8 12.848h-.97V8.485h4.364v4.363h-.97v-1.454H8v1.454zm4.364-1.696V8.485h4.363v.97h-3.394v.727h3.394v2.666h-4.363v-.97h3.394v-.726h-3.394zm5.333-.243V8.485h4.364v4.363h-.97v-1.454h-2.424v1.454h-.97V10.91zm-14.788-.06l2.182-.848v-.546H2.909v1.395zM8 9.456v.97h2.424v-.97H8zm13.09.97v-.97h-2.423v.97h2.424z" }));
exports.default = Rasa;