ddu_icons
Version:
小杜的自定义react图标库
2 lines (1 loc) • 639 B
JavaScript
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const s=require("../node_modules/react/jsx-runtime.js");require("../node_modules/react/index.js");const i=t=>{const{color:e,size:r}=t;return s.jsxRuntimeExports.jsxs("svg",{width:r?r*1.5:"24",height:r?r*1.5:"24",viewBox:"0 0 48 48",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[s.jsxRuntimeExports.jsx("circle",{cx:"12",cy:"24",r:"3",fill:e||"#333"}),s.jsxRuntimeExports.jsx("circle",{cx:"24",cy:"24",r:"3",fill:e||"#333"}),s.jsxRuntimeExports.jsx("circle",{cx:"36",cy:"24",r:"3",fill:e||"#333"})]})};exports.default=i;