umbrellaTwo property

IconParkData umbrellaTwo
getter/setter pair

umbrella-two 雨伞

category: Safe 安全 & 防护 author: 史晓彤 tag: 防潮, 雨伞, 保护, 下雨, 庇护, 防护, 安全, 天气, 护盾 rtl: true

Implementation

static IconParkData umbrellaTwo = IconParkData("umbrellaTwo", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M27 24V37.125C27 39 26.6379 44 23 44C19.5714 44 19 39.625 19 38.375" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M24 4C38.5 4 43.375 17.3333 44 24H4C4.625 17.3333 9.5 4 24 4Z" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M19 14L23 18L29 11" stroke="${props.c3}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');