@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
11 lines (10 loc) • 908 B
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue"
export default function render(_ctx, _cache) {
return (_openBlock(), _createElementBlock("svg", {
"aria-hidden": "true",
viewBox: "0 -960 960 960",
fill: "currentColor"
}, [
_createElementVNode("path", { d: "m621-200 35 35q11 12 11.5 28.5T656-108q-12 12-28.5 12T599-108L496-212q-12-12-12-28t12-28l103-104q12-12 28.5-12t28.5 12q12 12 11.5 28.5T656-315l-35 35h206q17 0 28.5 11.5T867-240q0 17-11.5 28.5T827-200H621ZM160-440h-40q-17 0-28.5-11.5T80-480v-40q0-17 11.5-28.5T120-560h40q17 0 28.5 11.5T200-520v40q0 17-11.5 28.5T160-440Zm121-41q-41-41-41-99v-160q0-58 41-99t99-41q58 0 99 41t41 99v160q0 58-41 99t-99 41q-58 0-99-41Zm141.5-56.5Q440-555 440-580v-160q0-25-17.5-42.5T380-800q-25 0-42.5 17.5T320-740v160q0 25 17.5 42.5T380-520q25 0 42.5-17.5Z" })
]))
}