UNPKG

@astraicons/vue

Version:

A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.

17 lines (16 loc) 1.43 kB
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", { d: "M11 9.75c-.038 0-.119.017-.21.131l-1.874 2.353a.7.7 0 0 0-.087.145l1.545.893a1.25 1.25 0 0 0 1.252 0l1.545-.894a.7.7 0 0 0-.087-.145l-1.872-2.352c-.088-.11-.172-.131-.212-.131M12.132 14.696a2.75 2.75 0 0 1-2.265 0l.94 1.385a.7.7 0 0 0 .193.165l.033-.018a.7.7 0 0 0 .16-.147z" }), _createElementVNode("path", { "fill-rule": "evenodd", d: "M16.102 2.528a7.8 7.8 0 0 0-4.272.042 7.7 7.7 0 0 0-3.386 2.06A8.75 8.75 0 1 0 19.44 15.32a7.6 7.6 0 0 0 1.74-2.565 7.55 7.55 0 0 0 .452-4.212 7.6 7.6 0 0 0-1.888-3.799 7.7 7.7 0 0 0-3.64-2.216m3.624 9.812.067-.157a6.05 6.05 0 0 0 .362-3.375 6.1 6.1 0 0 0-1.516-3.048 6.2 6.2 0 0 0-2.934-1.786 6.3 6.3 0 0 0-4.162.293 8.75 8.75 0 0 1 8.183 8.073M7.723 14.206a2.37 2.37 0 0 1-.473-1.44c0-.526.165-1.055.493-1.466l1.874-2.354C9.95 8.53 10.44 8.25 11 8.25c.556 0 1.052.278 1.385.696l1.872 2.353c.328.411.493.94.493 1.465 0 .515-.158 1.033-.473 1.44l-1.861 2.746-.034.047c-.269.337-.747.753-1.382.753s-1.113-.416-1.382-.753l-.035-.047z", "clip-rule": "evenodd" }) ])) }