@bcc-code/icons-vue
Version:
Icons used in the BCC design system, built as Vue components.
16 lines (15 loc) • 1.72 kB
JavaScript
const { createElementVNode: _createElementVNode, openBlock: _openBlock, createElementBlock: _createElementBlock } = require("vue")
module.exports = function render(_ctx, _cache) {
return (_openBlock(), _createElementBlock("svg", {
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, [
_createElementVNode("path", {
"fill-rule": "evenodd",
"clip-rule": "evenodd",
d: "M21.9375 9.375H20.0625L18.8812 11.4412C18.6844 11.7863 18.6844 12.2119 18.8812 12.5569L20.0625 14.6231H21.9375L20.5969 12.2775C20.4975 12.105 20.4975 11.8931 20.5969 11.7188L21.9375 9.37313V9.375ZM16.875 9.375C16.5637 9.375 16.3125 9.62625 16.3125 9.9375V14.0625C16.3125 14.3737 16.5637 14.625 16.875 14.625H18V9.375H16.875ZM7.2 9.375H5.325L5.65688 9.94312C5.8575 10.2881 5.86125 10.7137 5.66625 11.0606L5.44875 11.4469C5.25562 11.79 5.25562 12.2081 5.44875 12.5494L5.66625 12.9356C5.86125 13.2844 5.85938 13.71 5.65688 14.0531L5.325 14.6213H7.2L7.53187 14.0531C7.7325 13.7081 7.73625 13.2825 7.54125 12.9356L7.16813 12.2738C7.0725 12.1031 7.0725 11.8931 7.16813 11.7225L7.54125 11.0606C7.73625 10.7119 7.73437 10.2863 7.53187 9.94312L7.2 9.375ZM2.4375 9.9375C2.4375 9.62625 2.68875 9.375 3 9.375H4.125V14.625H3C2.68875 14.625 2.4375 14.3737 2.4375 14.0625V9.9375ZM12 16.5C10.965 16.5 10.125 15.66 10.125 14.625C10.125 14.3138 9.87375 14.0625 9.5625 14.0625H8.625V14.625C8.625 16.4888 10.1363 18 12 18C13.8637 18 15.375 16.4888 15.375 14.625V14.0625H14.4375C14.1263 14.0625 13.875 14.3138 13.875 14.625C13.875 15.66 13.035 16.5 12 16.5ZM12 24C18.6281 24 24 18.6281 24 12C24 5.37188 18.6281 0 12 0C5.37188 0 0 5.37188 0 12C0 18.6281 5.37188 24 12 24Z",
fill: "currentColor"
})
]))
}