@react-symbols/icons
Version:
Symbols icons by Miguel Solorio for React
4 lines • 958 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
const Sanity = (props) => (_jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24" }, props, { children: [_jsx("path", { fill: "#EF4444", d: "M7.129 6.366c0 2.158 1.356 3.442 4.07 4.119l2.878.655c2.57.58 4.134 2.02 4.134 4.366a4.407 4.407 0 01-.958 2.826c0-2.34-1.233-3.606-4.206-4.366l-2.824-.631c-2.262-.507-4.008-1.69-4.008-4.24a4.385 4.385 0 01.914-2.729z" }), _jsx("path", { fill: "#F87171", d: "M15.485 14.931c1.227.772 1.765 1.85 1.765 3.398-1.015 1.279-2.8 1.996-4.897 1.996-3.53 0-6-1.707-6.55-4.673h3.39c.437 1.361 1.592 1.992 3.135 1.992 1.883 0 3.135-.987 3.16-2.718M8.891 9.565a3.575 3.575 0 01-1.33-1.36 3.495 3.495 0 01-.432-1.839c.98-1.267 2.685-2.041 4.763-2.041 3.596 0 5.677 1.866 6.19 4.493H14.82c-.36-1.036-1.26-1.842-2.902-1.842-1.754 0-2.95 1.003-3.02 2.589" })] })));
export default Sanity;
//# sourceMappingURL=sanity.js.map