iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 739 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 Prisma = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M4.003 15.728a.996.996 0 01-.008-1.054l7.479-12.199a.996.996 0 011.753.104l6.832 14.82a.996.996 0 01-.618 1.37L8.813 21.959a.996.996 0 01-1.127-.42l-3.683-5.81zm8.334-9.686L9.707 19.14a.373.373 0 00.472.431l7.343-2.192a.373.373 0 00.236-.506L13.046 5.968a.373.373 0 00-.71.074z", fill: "#323544" }));
exports.default = Prisma;