accomadesc 0.2.30 → 0.2.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Pricing.svelte +1 -1
- package/dist/basic/icons.js +1 -0
- package/package.json +1 -1
package/dist/Pricing.svelte
CHANGED
package/dist/basic/icons.js
CHANGED
|
@@ -405,6 +405,7 @@ export const getIcon = (name, color = 'black') => {
|
|
|
405
405
|
bedroom: `<svg width="100%" height="100%" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 34H13V31H35V34H38V26.3C38 25.6 37.8667 24.9413 37.6 24.324C37.3333 23.708 36.9667 23.1667 36.5 22.7V18C36.5 16.9 36.1087 15.958 35.326 15.174C34.542 14.3913 33.6 14 32.5 14H26C25.6333 14 25.2833 14.05 24.95 14.15C24.6167 14.25 24.3 14.4 24 14.6C23.7 14.4 23.3833 14.25 23.05 14.15C22.7167 14.05 22.3667 14 22 14H15.5C14.4 14 13.4587 14.3913 12.676 15.174C11.892 15.958 11.5 16.9 11.5 18V22.7C11.0333 23.1667 10.6667 23.708 10.4 24.324C10.1333 24.9413 10 25.6 10 26.3V34ZM13 28V26C13 25.4333 13.1913 24.958 13.574 24.574C13.958 24.1913 14.4333 24 15 24H33C33.5667 24 34.0413 24.1913 34.424 24.574C34.808 24.958 35 25.4333 35 26V28H13ZM14.5 21V17H22.5V21H14.5ZM25.5 21V17H33.5V21H25.5ZM8 44C6.9 44 5.95867 43.6087 5.176 42.826C4.392 42.042 4 41.1 4 40V8C4 6.9 4.392 5.958 5.176 5.174C5.95867 4.39133 6.9 4 8 4H40C41.1 4 42.042 4.39133 42.826 5.174C43.6087 5.958 44 6.9 44 8V40C44 41.1 43.6087 42.042 42.826 42.826C42.042 43.6087 41.1 44 40 44H8ZM8 40H40V8H8V40Z" fill="var(--icon-color, ${color})"/></svg>`,
|
|
406
406
|
check: `<svg width="100%" height="100%" viewBox="0 0 40 40" fill="none"><path d="M17.2 23.6L12.85 19.25C12.4833 18.8833 12.0333 18.7 11.5 18.7C10.9667 18.7 10.5 18.9 10.1 19.3C9.73333 19.6667 9.55 20.1333 9.55 20.7C9.55 21.2667 9.73333 21.7333 10.1 22.1L15.8 27.8C16.1667 28.1667 16.6333 28.35 17.2 28.35C17.7667 28.35 18.2333 28.1667 18.6 27.8L29.95 16.45C30.3167 16.0833 30.5 15.6333 30.5 15.1C30.5 14.5667 30.3 14.1 29.9 13.7C29.5333 13.3333 29.0667 13.15 28.5 13.15C27.9333 13.15 27.4667 13.3333 27.1 13.7L17.2 23.6ZM20 40C17.2333 40 14.6333 39.4747 12.2 38.424C9.76667 37.3747 7.65 35.95 5.85 34.15C4.05 32.35 2.62533 30.2333 1.576 27.8C0.525334 25.3667 0 22.7667 0 20C0 17.2333 0.525334 14.6333 1.576 12.2C2.62533 9.76667 4.05 7.65 5.85 5.85C7.65 4.05 9.76667 2.62467 12.2 1.574C14.6333 0.524667 17.2333 0 20 0C22.7667 0 25.3667 0.524667 27.8 1.574C30.2333 2.62467 32.35 4.05 34.15 5.85C35.95 7.65 37.3747 9.76667 38.424 12.2C39.4747 14.6333 40 17.2333 40 20C40 22.7667 39.4747 25.3667 38.424 27.8C37.3747 30.2333 35.95 32.35 34.15 34.15C32.35 35.95 30.2333 37.3747 27.8 38.424C25.3667 39.4747 22.7667 40 20 40Z" fill="var(--icon-color, ${color})"/>`,
|
|
407
407
|
hamburger: `<svg viewBox="0 0 64 64" style="fill-rule: evenodd; clip-rule: evenodd; stroke-linejoin: round; stroke-miterlimit: 2; filter: var(--hamburger-filter);"><g><rect x="0" y="6" width="60" height="9" fill="var(--hamburger-color, ${color})" /></g><g><rect x="0" y="46" width="60" height="9" fill="var(--hamburger-color, ${color})" /></g><g><rect x="0" y="26" width="60" height="9" fill="var(--hamburger-color, ${color})" /></g></svg>`,
|
|
408
|
+
not: `<svg width="100%" height="100%" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="30" cy="30" r="26" stroke="var(--icon-not-color, ${color})" stroke-width="8" /><line x1="12.8669" y1="13.2106" x2="48.8669" y2="50.2106" stroke="var(--icon-not-color, ${color})" stroke-width="8" /></svg>`,
|
|
408
409
|
};
|
|
409
410
|
return svgs[name];
|
|
410
411
|
};
|