aperturePriority property

IconParkData aperturePriority
getter/setter pair

aperture-priority 光圈优先

category: Edit 编辑 author: 李宁 tag: 相机, 光圈, 照相 rtl: false

Implementation

static IconParkData aperturePriority = IconParkData("aperturePriority", false, (props) => '<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 12L18 6H30L33 12H15Z" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M41 12H7C5.34315 12 4 13.2536 4 14.8V39.2C4 40.7464 5.34315 42 7 42H41C42.6569 42 44 40.7464 44 39.2V14.8C44 13.2536 42.6569 12 41 12Z" fill="${props.c2}" stroke="${props.c1}" stroke-width="${props.strokeWidth ?? "4"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M17 34L24 20L31 34" stroke="${props.c3}" stroke-width="${props.strokeWidth ?? "4"}" stroke-miterlimit="10" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/><path d="M19 30.0383H29" stroke="${props.c3}" stroke-width="${props.strokeWidth ?? "4"}" stroke-miterlimit="10" stroke-linecap="${props.strokeLineCap?.name ?? "round"}" stroke-linejoin="${props.strokeLineJoin?.name ?? "round"}"/></svg>');