UNPKG

@react-symbols/icons

Version:

Symbols icons by Miguel Solorio for React

4 lines 597 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; const Image = (props) => (_jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24" }, props, { children: [_jsx("rect", { width: "16", height: "16", x: "4", y: "4", stroke: "#C084FC", strokeLinejoin: "round", strokeWidth: "2", rx: "3" }), _jsx("circle", { cx: "15", cy: "9", r: "2", fill: "#C084FC" }), _jsx("path", { stroke: "#C084FC", strokeLinejoin: "round", strokeWidth: "2", d: "M5 19l5.586-5.586a2 2 0 012.828 0L19 19" })] }))); export default Image; //# sourceMappingURL=image.js.map