iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.08 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 Pix = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M5.283 18.36a3.505 3.505 0 002.493-1.032l3.6-3.6a.684.684 0 01.946 0l3.613 3.613a3.504 3.504 0 002.493 1.032h.71l-4.56 4.56a3.647 3.647 0 01-5.156 0L4.85 18.36zM18.428 5.627a3.505 3.505 0 00-2.493 1.032l-3.613 3.614a.67.67 0 01-.946 0l-3.6-3.6A3.505 3.505 0 005.283 5.64h-.434l4.573-4.572a3.646 3.646 0 015.156 0l4.559 4.559zM1.068 9.422L3.79 6.699h1.492a2.483 2.483 0 011.744.722l3.6 3.6a1.73 1.73 0 002.443 0l3.614-3.613a2.482 2.482 0 011.744-.723h1.767l2.737 2.737a3.646 3.646 0 010 5.156l-2.736 2.736h-1.768a2.482 2.482 0 01-1.744-.722l-3.613-3.613a1.77 1.77 0 00-2.444 0l-3.6 3.6a2.483 2.483 0 01-1.744.722H3.791l-2.723-2.723a3.646 3.646 0 010-5.156" }));
exports.default = Pix;