@react-symbols/icons
Version:
Symbols icons by Miguel Solorio for React
4 lines • 532 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
const Text = (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: "2", x: "4", y: "6", fill: "#64748B", rx: "1" }), _jsx("rect", { width: "12", height: "2", x: "4", y: "11", fill: "#64748B", rx: "1" }), _jsx("rect", { width: "16", height: "2", x: "4", y: "16", fill: "#64748B", rx: "1" })] })));
export default Text;
//# sourceMappingURL=text.js.map