fontSizeTwo property

IconParkData fontSizeTwo
getter/setter pair

font-size-two 字体大小

category: Character 符号标识 author: 金磊 tag: 字体大小, 编辑, 调整 rtl: true

Implementation

static IconParkData fontSizeTwo = IconParkData("fontSizeTwo", true, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 44L24 4L44 44" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M12 28H36" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');