@react-symbols/icons
Version:
Symbols icons by Miguel Solorio for React
4 lines • 938 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
const CoffeeScript = (props) => (_jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 25 24" }, props, { children: [_jsx("path", { stroke: "#EA580C", strokeWidth: "2", d: "M19.59 5.25c.964 0 1.746.781 1.746 1.746v4.554a7.201 7.201 0 01-14.321 1.078C6.98 8.5 6.98 10.5 6.98 6.599c.18-.773.873-1.35 1.702-1.35h10.907z" }), _jsx("mask", { id: "mask0_20564_632", style: { maskType: "alpha" }, width: "4", height: "8", x: "1", y: "5", maskUnits: "userSpaceOnUse", children: _jsx("path", { fill: "#D9D9D9", stroke: "#F87171", d: "M-0.5 0.5H1.5V6.5H-0.5z", transform: "matrix(-1 0 0 1 3.336 5.5)" }) }), _jsx("g", { mask: "url(#mask0_20564_632)", children: _jsx("circle", { r: "2", stroke: "#EA580C", strokeWidth: "2", transform: "matrix(-1 0 0 1 4.29 9.5)" }) })] })));
export default CoffeeScript;
//# sourceMappingURL=coffeescript.js.map