UNPKG

antd-hz

Version:

华卓科技基于 antd 5.0 定制的组件库

45 lines (44 loc) 1.56 kB
"use client"; import React from 'react'; function TitleIcon() { return /*#__PURE__*/React.createElement("svg", { version: "1.1", width: "16px", height: "16px", viewBox: "0 0 100.0 100.0", xmlns: "http://www.w3.org/2000/svg" }, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", { id: "i0" }, /*#__PURE__*/React.createElement("path", { d: "M1280,0 L1280,2420 L0,2420 L0,0 L1280,0 Z" })), /*#__PURE__*/React.createElement("clipPath", { id: "i1" }, /*#__PURE__*/React.createElement("path", { d: "M100,0 L100,100 L0,100 L0,0 L100,0 Z" })), /*#__PURE__*/React.createElement("clipPath", { id: "i2" }, /*#__PURE__*/React.createElement("path", { d: "M37.5,0 L37.5,37.5 L0,37.5 L0,0 L37.5,0 Z" }))), /*#__PURE__*/React.createElement("g", { transform: "translate(-65.0 -40.0)" }, /*#__PURE__*/React.createElement("g", { clipPath: "url(#i0)" }, /*#__PURE__*/React.createElement("g", { transform: "translate(65.0 40.0)" }, /*#__PURE__*/React.createElement("g", { clipPath: "url(#i1)" }, /*#__PURE__*/React.createElement("polygon", { points: "0,0 100,0 100,100 0,100 0,0", stroke: "none", fill: "#198EEB" })), /*#__PURE__*/React.createElement("g", { transform: "translate(12.5 50.0)" }, /*#__PURE__*/React.createElement("g", { clipPath: "url(#i2)" }, /*#__PURE__*/React.createElement("polygon", { points: "0,0 37.5,0 37.5,37.5 0,37.5 0,0", stroke: "none", fill: "#FFFFFF" }))))))); } export default TitleIcon;