@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
16 lines (15 loc) • 1.43 kB
JavaScript
const { createElementVNode: _createElementVNode, openBlock: _openBlock, createElementBlock: _createElementBlock } = require("vue")
module.exports = function render(_ctx, _cache) {
return (_openBlock(), _createElementBlock("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 24 24",
fill: "currentColor",
"aria-hidden": "true"
}, [
_createElementVNode("path", {
"fill-rule": "evenodd",
d: "M12.031 2.25c-1.498-.003-2.763.167-3.962.588-1.2.422-2.292 1.08-3.465 2.005a2.7 2.7 0 0 0-.987 1.694 28 28 0 0 0-.358 3.575c-.042 1.427.053 3.036.528 4.335.736 2.01 1.432 3.209 3.024 4.673l.045.04c1.5 1.381 2.815 2.59 5.174 2.59s3.674-1.209 5.175-2.59l.044-.04c1.59-1.461 2.305-2.653 3.026-4.68.446-1.25.515-2.869.458-4.307a31 31 0 0 0-.38-3.625 2.73 2.73 0 0 0-.915-1.647c-1.147-.973-2.242-1.635-3.449-2.048-1.203-.411-2.476-.56-3.958-.563M8 7.25a.75.75 0 0 0 0 1.5h5.064c.941 0 1.637.216 1.948.688.287.435.281.818.157 1.114-.123.29-.384.553-.74.698H9.75V11a.75.75 0 0 0-1.5 0v4.5c0 .69.56 1.25 1.25 1.25h3.78c.892 0 2.101-.19 2.828-1.15.644-.854.713-1.782.394-2.581a3 3 0 0 0-.611-.949c.282-.261.51-.578.66-.937.327-.776.264-1.684-.287-2.52-.763-1.16-2.189-1.363-3.2-1.363zm1.75 5.5h4.619c.342.208.614.51.74.824.126.318.127.691-.198 1.121-.281.372-.852.555-1.631.555H9.75zm3 4.5V19a.75.75 0 0 1-1.5 0v-1.75zm0-12.25a.75.75 0 0 0-1.5 0v1.75h1.5z",
"clip-rule": "evenodd"
})
]))
}