iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.05 kB
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 Salla = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M18.862 13.439a1.27 1.27 0 00-.81-.555 1.27 1.27 0 00-.964.18c-3.422 2.231-6.75 2.231-10.178 0a1.27 1.27 0 00-.964-.18 1.283 1.283 0 00-.434 2.327c2.142 1.394 4.326 2.1 6.49 2.1 2.166 0 4.348-.706 6.488-2.102a1.27 1.27 0 00.555-.81 1.27 1.27 0 00-.18-.964zm5.103 2.82l-1.171-9.764a5.24 5.24 0 00-5.2-4.614H6.406a5.236 5.236 0 00-5.198 4.612l-1.17 9.766a5.235 5.235 0 005.198 5.86h13.529a5.238 5.238 0 005.198-5.86zm-3.21 2.4c-.532.6-1.265.929-2.066.929H5.311c-.801 0-1.536-.33-2.066-.929a2.73 2.73 0 01-.676-2.16l1.157-9.657A2.764 2.764 0 016.468 4.41h11.064a2.765 2.765 0 012.742 2.432l1.157 9.656a2.72 2.72 0 01-.676 2.161" }));
exports.default = Salla;