open-icon
Version:
Open Icon
8 lines (7 loc) • 1.33 kB
JavaScript
// lib/icons/triangle-user.ts
var IconTriangleUser = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><g id="triangled-question-mark"><path d="M34.29,16.36L10.82,55.47c-.8,1.33.16,3.03,1.71,3.03h46.94c1.55,0,2.51-1.7,1.71-3.03l-23.47-39.11c-.78-1.29-2.65-1.29-3.43,0Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><path d="M34.29,16.36L10.82,55.47c-.8,1.33.16,3.03,1.71,3.03h46.94c1.55,0,2.51-1.7,1.71-3.03l-23.47-39.11c-.78-1.29-2.65-1.29-3.43,0Z" style="fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></g><g id="circular-loader"><g><circle cx="36" cy="35.77" r="4.27" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M43.32,47.35c0,2.93-7.32,2.93-7.32,2.93,0,0-7.32,0-7.32-2.93,0-4.04,3.28-7.32,7.32-7.32s7.32,3.28,7.32,7.32Z" style="fill: none; stroke-linecap: square; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></g></g></svg>`;
var triangle_user_default = IconTriangleUser;
export {
IconTriangleUser,
triangle_user_default as default
};