lightning property

IconParkData lightning
getter/setter pair

lightning 闪电

category: Base 基础 author: 金磊 tag: 闪电, 天气预报, 打雷, 下雨 rtl: true

Implementation

static IconParkData lightning = IconParkData("lightning", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 4H37L26 18H41L17 44L22 25H8L19 4Z" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');