UNPKG

@react-symbols/icons

Version:

Symbols icons by Miguel Solorio for React

4 lines 1.03 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; const XML = (props) => (_jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24" }, props, { children: [_jsx("circle", { cx: "5", cy: "19", r: "2", fill: "#EA580C" }), _jsx("mask", { id: "mask0_20543_563", style: { maskType: "alpha" }, width: "20", height: "22", x: "4", y: "0", maskUnits: "userSpaceOnUse", children: _jsx("path", { fill: "#D9D9D9", d: "M4 0H24V22H4z" }) }), _jsx("g", { mask: "url(#mask0_20543_563)", children: _jsx("circle", { cx: "5", cy: "19", r: "8", stroke: "#EA580C", strokeWidth: "2" }) }), _jsx("mask", { id: "mask1_20543_563", style: { maskType: "alpha" }, width: "19", height: "20", x: "5", y: "0", maskUnits: "userSpaceOnUse", children: _jsx("path", { fill: "#D9D9D9", d: "M5 0H24V20H5z" }) }), _jsx("g", { mask: "url(#mask1_20543_563)", children: _jsx("circle", { cx: "5", cy: "19", r: "15", stroke: "#EA580C", strokeWidth: "2" }) })] }))); export default XML; //# sourceMappingURL=xml.js.map