UNPKG

rich-text-editor

Version:
8 lines (7 loc) 839 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = ExpandIcon; const jsx_runtime_1 = require("react/jsx-runtime"); function ExpandIcon({ style }) { return ((0, jsx_runtime_1.jsxs)("svg", { width: "18px", height: "12px", viewBox: "0 0 18 12", version: "1.1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", style: style, children: [(0, jsx_runtime_1.jsx)("title", { children: "Expand" }), (0, jsx_runtime_1.jsx)("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", children: (0, jsx_runtime_1.jsx)("g", { id: "Kuuntelu-kokelas-painaa-nappia-Copy-18", transform: "translate(-1069, -21)", strokeWidth: "3", stroke: "#359BB7", children: (0, jsx_runtime_1.jsx)("polyline", { id: "Page-1", points: "1086 22 1078 30 1070 22" }) }) })] })); }