@lansforsakringar/icons 4.0.0 → 4.1.0

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/Car48.jsx ADDED
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ const Car48 = props => <svg width="1em" height="1em" fill="none" {...props}><g fill="currentColor" clipPath="url(#a)"><path d="M36.352 20.099H13.253v-1.667h21.931zM13.666 24.266a1.243 1.243 0 0 0 0 2.488 1.243 1.243 0 0 0 0-2.489m0 4.155c-1.594 0-2.891-1.306-2.891-2.911s1.297-2.911 2.891-2.911 2.892 1.306 2.892 2.91c0 1.606-1.297 2.912-2.892 2.912M33.884 24.266a1.243 1.243 0 0 0 0 2.488 1.243 1.243 0 0 0 0-2.489m0 4.155c-1.595 0-2.892-1.306-2.892-2.911s1.297-2.911 2.892-2.911 2.891 1.306 2.891 2.91c0 1.606-1.297 2.912-2.891 2.912" /><path d="M41.34 20.932c0 .021-.275.028-.642.028-.735 0-1.836-.028-1.836-.028l.863 3.334-.037 5.833v4.167h-.826v3.333h-3.304v-3.333h-23.13v3.333H9.122v-3.333h-.826v-2.5h19v-1.667h-19v-5.833l.826-3.334s-1.101.028-1.836.028c-.367 0-.642-.007-.642-.028v-1.666c0-.807 4.13-.834 4.13-.834l3.304-5s.804-2.495 9.5-2.5c8.7 0 10.327 2.5 10.327 2.5l3.304 5s4.13.027 4.13.834zm-6.06-8.424c-.347-.533-2.571-3.242-11.673-3.242-8.268.005-10.425 2.175-10.988 3.372l-2.738 4.144c-2.638.085-4.888.535-4.888 2.484v1.666c0 .56.37 1.635 1.773 1.688l.235.005-.307 1.237-.05.199v10.205c0 .617.333 1.156.827 1.444v1.89c0 .92.74 1.666 1.652 1.666h3.304c.913 0 1.652-.746 1.652-1.667v-1.667h19.827V37.6c0 .92.739 1.667 1.652 1.667h3.304c.913 0 1.652-.746 1.652-1.667l-.001-1.889c.495-.287.827-.827.827-1.444v-2.5c0-.034-.008-.065-.01-.099l.01-1.557v-6.053l-.041-.212-.315-1.22q.136-.001.235-.005c1.403-.053 1.774-1.128 1.774-1.688v-1.666c0-1.95-2.25-2.4-4.888-2.484z" /></g><defs><clipPath id="a"><path fill="#fff" d="M-.008.266h48v48h-48z" /></clipPath></defs></svg>;
3
+ export default Car48;
package/dist/Car48.tsx ADDED
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ const Car48 = (props: SVGProps<SVGSVGElement>) => <svg width="1em" height="1em" fill="none" {...props}><g fill="currentColor" clipPath="url(#a)"><path d="M36.352 20.099H13.253v-1.667h21.931zM13.666 24.266a1.243 1.243 0 0 0 0 2.488 1.243 1.243 0 0 0 0-2.489m0 4.155c-1.594 0-2.891-1.306-2.891-2.911s1.297-2.911 2.891-2.911 2.892 1.306 2.892 2.91c0 1.606-1.297 2.912-2.892 2.912M33.884 24.266a1.243 1.243 0 0 0 0 2.488 1.243 1.243 0 0 0 0-2.489m0 4.155c-1.595 0-2.892-1.306-2.892-2.911s1.297-2.911 2.892-2.911 2.891 1.306 2.891 2.91c0 1.606-1.297 2.912-2.891 2.912" /><path d="M41.34 20.932c0 .021-.275.028-.642.028-.735 0-1.836-.028-1.836-.028l.863 3.334-.037 5.833v4.167h-.826v3.333h-3.304v-3.333h-23.13v3.333H9.122v-3.333h-.826v-2.5h19v-1.667h-19v-5.833l.826-3.334s-1.101.028-1.836.028c-.367 0-.642-.007-.642-.028v-1.666c0-.807 4.13-.834 4.13-.834l3.304-5s.804-2.495 9.5-2.5c8.7 0 10.327 2.5 10.327 2.5l3.304 5s4.13.027 4.13.834zm-6.06-8.424c-.347-.533-2.571-3.242-11.673-3.242-8.268.005-10.425 2.175-10.988 3.372l-2.738 4.144c-2.638.085-4.888.535-4.888 2.484v1.666c0 .56.37 1.635 1.773 1.688l.235.005-.307 1.237-.05.199v10.205c0 .617.333 1.156.827 1.444v1.89c0 .92.74 1.666 1.652 1.666h3.304c.913 0 1.652-.746 1.652-1.667v-1.667h19.827V37.6c0 .92.739 1.667 1.652 1.667h3.304c.913 0 1.652-.746 1.652-1.667l-.001-1.889c.495-.287.827-.827.827-1.444v-2.5c0-.034-.008-.065-.01-.099l.01-1.557v-6.053l-.041-.212-.315-1.22q.136-.001.235-.005c1.403-.053 1.774-1.128 1.774-1.688v-1.666c0-1.95-2.25-2.4-4.888-2.484z" /></g><defs><clipPath id="a"><path fill="#fff" d="M-.008.266h48v48h-48z" /></clipPath></defs></svg>;
4
+ export default Car48;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ const CarDamaged48 = props => <svg width="1em" height="1em" fill="none" {...props}><g fill="currentColor" clipPath="url(#a)"><path d="M36.352 20.099H13.253v-1.667h21.931z" /><path d="m30.646 12.988-4.546-.17-.53-.749-1.344.97 1.003 1.414 3.062.115-1.2 3.214 5.276-.614 1.715 2.576 1.372-.929-2.277-3.419-3.586.417zM13.666 24.266a1.243 1.243 0 0 0 0 2.488 1.243 1.243 0 0 0 0-2.489m0 4.155c-1.594 0-2.891-1.306-2.891-2.911s1.297-2.911 2.891-2.911 2.892 1.306 2.892 2.91c0 1.606-1.297 2.912-2.892 2.912M35.557 25.516a1.243 1.243 0 0 1-1.238 1.238 1.243 1.243 0 0 1 0-2.488v-1.667c-1.595 0-2.892 1.306-2.892 2.911s1.297 2.91 2.892 2.91c1.592 0 2.887-1.302 2.89-2.904z" /><path d="M41.34 20.932c0 .021-.275.028-.642.028-.735 0-1.836-.028-1.836-.028l.863 3.334-.037 5.833v4.167h-.826v3.333h-3.304v-3.333h-23.13v3.333H9.122v-3.333h-.826v-2.5h19v-1.667h-19v-5.833l.826-3.334s-1.101.028-1.836.028c-.367 0-.642-.007-.642-.028v-1.666c0-.807 4.13-.834 4.13-.834l3.304-5s.804-2.495 9.5-2.5c8.7 0 10.327 2.5 10.327 2.5l3.304 5s4.13.027 4.13.834zm-6.06-8.424c-.347-.533-2.571-3.242-11.673-3.242-8.268.005-10.425 2.175-10.988 3.372l-2.738 4.144c-2.638.085-4.888.535-4.888 2.484v1.666c0 .56.37 1.635 1.773 1.688l.235.005-.307 1.237-.05.199v10.205c0 .617.333 1.156.827 1.444v1.89c0 .92.74 1.666 1.652 1.666h3.304c.913 0 1.652-.746 1.652-1.667v-1.667h19.827V37.6c0 .92.739 1.667 1.652 1.667h3.304c.913 0 1.652-.746 1.652-1.667l-.001-1.889c.495-.287.827-.827.827-1.444v-2.5c0-.034-.008-.065-.01-.099l.01-1.557v-6.053l-.041-.212-.315-1.22q.136-.001.235-.005c1.403-.053 1.774-1.128 1.774-1.688v-1.666c0-1.95-2.25-2.4-4.888-2.484z" /><path d="m37.353 33.462 1.155-1.192-2.2-2.17h-6.946v1.666h6.272z" /></g><defs><clipPath id="a"><path fill="#fff" d="M-.008.266h48v48h-48z" /></clipPath></defs></svg>;
3
+ export default CarDamaged48;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ const CarDamaged48 = (props: SVGProps<SVGSVGElement>) => <svg width="1em" height="1em" fill="none" {...props}><g fill="currentColor" clipPath="url(#a)"><path d="M36.352 20.099H13.253v-1.667h21.931z" /><path d="m30.646 12.988-4.546-.17-.53-.749-1.344.97 1.003 1.414 3.062.115-1.2 3.214 5.276-.614 1.715 2.576 1.372-.929-2.277-3.419-3.586.417zM13.666 24.266a1.243 1.243 0 0 0 0 2.488 1.243 1.243 0 0 0 0-2.489m0 4.155c-1.594 0-2.891-1.306-2.891-2.911s1.297-2.911 2.891-2.911 2.892 1.306 2.892 2.91c0 1.606-1.297 2.912-2.892 2.912M35.557 25.516a1.243 1.243 0 0 1-1.238 1.238 1.243 1.243 0 0 1 0-2.488v-1.667c-1.595 0-2.892 1.306-2.892 2.911s1.297 2.91 2.892 2.91c1.592 0 2.887-1.302 2.89-2.904z" /><path d="M41.34 20.932c0 .021-.275.028-.642.028-.735 0-1.836-.028-1.836-.028l.863 3.334-.037 5.833v4.167h-.826v3.333h-3.304v-3.333h-23.13v3.333H9.122v-3.333h-.826v-2.5h19v-1.667h-19v-5.833l.826-3.334s-1.101.028-1.836.028c-.367 0-.642-.007-.642-.028v-1.666c0-.807 4.13-.834 4.13-.834l3.304-5s.804-2.495 9.5-2.5c8.7 0 10.327 2.5 10.327 2.5l3.304 5s4.13.027 4.13.834zm-6.06-8.424c-.347-.533-2.571-3.242-11.673-3.242-8.268.005-10.425 2.175-10.988 3.372l-2.738 4.144c-2.638.085-4.888.535-4.888 2.484v1.666c0 .56.37 1.635 1.773 1.688l.235.005-.307 1.237-.05.199v10.205c0 .617.333 1.156.827 1.444v1.89c0 .92.74 1.666 1.652 1.666h3.304c.913 0 1.652-.746 1.652-1.667v-1.667h19.827V37.6c0 .92.739 1.667 1.652 1.667h3.304c.913 0 1.652-.746 1.652-1.667l-.001-1.889c.495-.287.827-.827.827-1.444v-2.5c0-.034-.008-.065-.01-.099l.01-1.557v-6.053l-.041-.212-.315-1.22q.136-.001.235-.005c1.403-.053 1.774-1.128 1.774-1.688v-1.666c0-1.95-2.25-2.4-4.888-2.484z" /><path d="m37.353 33.462 1.155-1.192-2.2-2.17h-6.946v1.666h6.272z" /></g><defs><clipPath id="a"><path fill="#fff" d="M-.008.266h48v48h-48z" /></clipPath></defs></svg>;
4
+ export default CarDamaged48;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ const Moose48 = props => <svg width="1em" height="1em" fill="none" {...props}><g fill="currentColor" clipPath="url(#a)"><path d="M9.424 23.86c-.13-.04-.2-.06-.28-.082-1.324-.376-2.228-.339-3.08.47-.13.105-.283.259-.43.465-.66.924-.66 2.13.32 3.357 2.452 2.668 7.49 2.308 11.625-.713l-1.024-1.41c-3.498 2.557-7.57 2.847-9.283.986-.442-.556-.442-.9-.225-1.204a1 1 0 0 1 .101-.118l.092-.078c.296-.29.627-.306 1.432-.078.072.02.136.04.26.077 1.09.322 1.568.401 2.236.218 1.582-.435 1.68-1.724.736-3.047-.53-.744-1.082-1.3-2.868-2.984l-.23-.218c-1.49-1.41-2.23-2.21-2.565-2.838-.198-.372-.238-.369.33-.453l.057.04q.255.187.685.608c.453.442.405.392 2.002 2.11l.23.247c2.335 2.5 3.214 3.271 4.22 3.06 1.203-.253 1.87-.976 1.875-2.024.003-.632-.149-1.09-.647-2.283l-.076-.182-.073-.18-1.612.656.079.192.078.188c.391.936.513 1.305.512 1.6-.001.178-.052.234-.493.326.118-.024.108-.027.031-.073a5 5 0 0 1-.68-.52c-.498-.437-1.083-1.03-1.944-1.952l-.228-.244-.54-.583c-.214-.23-.375-.403-.53-.567-.394-.42-.71-.746-.99-1.02-.92-.9-1.396-1.249-2.026-1.152-1.915.295-2.597 1.519-1.795 3.026.46.865 1.26 1.729 2.906 3.286l.233.22c1.675 1.58 2.212 2.12 2.644 2.727.105.147.176.267.22.352-.234.064-.525.016-1.285-.209" /><path d="M21.034 19.82c-1.435-.942-2.467-2.012-3.187-3.215-.861-1.44-1.089-2.343-1.506-5.058-.199-1.288-.367-1.894-.805-2.425-1.618-1.957-3.749-1.384-4.515.66-.513 1.365-.43 1.648 1.821 7.635l1.627-.615c-1.94-5.165-2.093-5.68-1.82-6.407.326-.87.846-1.01 1.548-.16.159.192.278.62.425 1.578.452 2.94.716 3.988 1.734 5.69.856 1.43 2.072 2.69 3.725 3.776zM38.95 22.911l-.325.089c-.784.217-1.083.263-1.327.196-.153-.042-.119-.011-.108.075-.003-.029.064-.213.25-.496.406-.619.955-1.204 2.534-2.77l.153-.152c1.54-1.529 2.264-2.334 2.736-3.161.804-1.41.426-2.676-1.229-3.09-1.211-.304-2.46.52-4.194 2.277-.316.32-.646.67-1.025 1.085-.271.296-1.141 1.263-1.205 1.333-.37.408-.646.703-.881.94.095-.78.363-2.017.808-3.722l.093-.353c.926-3.528 1.111-4.393.935-5.25-.31-1.513-2.12-2.567-3.952-1.438-.774.477-.996 1.242-1.275 3.238l-.11.801c-.045.325-.082.584-.122.837a20 20 0 0 1-.336 1.718c-.52 2.108-1.39 3.585-2.843 4.486a6 6 0 0 0-.404-.183c-1.62-.664-3.461-.664-5.308.436l.889 1.5c1.33-.794 2.609-.794 3.76-.322.281.115.474.225.557.284l.43.304.468-.24c2.214-1.137 3.462-3.107 4.139-5.846a22 22 0 0 0 .366-1.867c.042-.265.08-.534.127-.867.013-.096.088-.648.11-.799.106-.767.186-1.213.286-1.558.086-.293.164-.429.177-.437.705-.434 1.251-.116 1.338.305.09.437-.136 1.49-.914 4.455l-.093.355c-.905 3.467-1.149 4.918-.655 5.882.343.667 1.024.743 1.62.437.296-.153.61-.408.998-.785.294-.286.621-.633 1.08-1.138.067-.075.934-1.038 1.198-1.327.366-.4.681-.734.98-1.037 1.266-1.282 2.198-1.898 2.536-1.813.433.108.416.052.142.534-.362.634-1.038 1.383-2.45 2.787l-.153.151c-1.69 1.677-2.26 2.285-2.764 3.052-.886 1.35-.722 2.629.851 3.06.666.184 1.144.11 2.25-.197l.303-.082c.793-.208 1.147-.19 1.448.085l.07.056c.004.004.05.047.1.118.217.304.217.649-.264 1.25-2.3 2.453-6.41 1.65-9.04-1.734l-1.371 1.072c3.224 4.148 8.554 5.189 11.723 1.804 1.026-1.278 1.026-2.483.366-3.407a2.3 2.3 0 0 0-.445-.477c-.843-.75-1.736-.792-3.027-.454M23.538 27.293c0-1.076-.87-1.948-1.944-1.948a1.946 1.946 0 0 0-1.943 1.948h1.739a.205.205 0 1 1 .409 0zM29.625 27.293c0-1.076-.87-1.948-1.944-1.948a1.946 1.946 0 0 0-1.943 1.948h1.739a.205.205 0 1 1 .409 0z" /><path d="M31.827 32.06c.114-.28.256-.675.396-1.16.343-1.181.524-2.38.45-3.524-.073-1.134-.395-2.147-1.017-2.987l-1.396 1.04c.404.546.625 1.239.678 2.059.058.914-.093 1.922-.384 2.925a11 11 0 0 1-.39 1.115l-.076.17v6.288l.005.091c.003.08-.071.295-.374.568-.723.65-2.26 1.084-4.85 1.084v1.744c2.98 0 4.919-.547 6.012-1.53.723-.652.977-1.381.946-1.985zM17.904 37.958c-.03.604.223 1.333.946 1.984 1.093.984 3.033 1.53 6.013 1.53V39.73c-2.59 0-4.128-.434-4.851-1.085-.303-.272-.377-.488-.371-.598l.002-.06v-6.289l-.076-.17a11.063 11.063 0 0 1-.656-2.254l-1.713.304q.12.676.31 1.323c.14.485.282.88.396 1.16z" /></g><defs><clipPath id="a"><path fill="#fff" d="M-.001.473h48v48h-48z" /></clipPath></defs></svg>;
3
+ export default Moose48;
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import type { SVGProps } from "react";
3
+ const Moose48 = (props: SVGProps<SVGSVGElement>) => <svg width="1em" height="1em" fill="none" {...props}><g fill="currentColor" clipPath="url(#a)"><path d="M9.424 23.86c-.13-.04-.2-.06-.28-.082-1.324-.376-2.228-.339-3.08.47-.13.105-.283.259-.43.465-.66.924-.66 2.13.32 3.357 2.452 2.668 7.49 2.308 11.625-.713l-1.024-1.41c-3.498 2.557-7.57 2.847-9.283.986-.442-.556-.442-.9-.225-1.204a1 1 0 0 1 .101-.118l.092-.078c.296-.29.627-.306 1.432-.078.072.02.136.04.26.077 1.09.322 1.568.401 2.236.218 1.582-.435 1.68-1.724.736-3.047-.53-.744-1.082-1.3-2.868-2.984l-.23-.218c-1.49-1.41-2.23-2.21-2.565-2.838-.198-.372-.238-.369.33-.453l.057.04q.255.187.685.608c.453.442.405.392 2.002 2.11l.23.247c2.335 2.5 3.214 3.271 4.22 3.06 1.203-.253 1.87-.976 1.875-2.024.003-.632-.149-1.09-.647-2.283l-.076-.182-.073-.18-1.612.656.079.192.078.188c.391.936.513 1.305.512 1.6-.001.178-.052.234-.493.326.118-.024.108-.027.031-.073a5 5 0 0 1-.68-.52c-.498-.437-1.083-1.03-1.944-1.952l-.228-.244-.54-.583c-.214-.23-.375-.403-.53-.567-.394-.42-.71-.746-.99-1.02-.92-.9-1.396-1.249-2.026-1.152-1.915.295-2.597 1.519-1.795 3.026.46.865 1.26 1.729 2.906 3.286l.233.22c1.675 1.58 2.212 2.12 2.644 2.727.105.147.176.267.22.352-.234.064-.525.016-1.285-.209" /><path d="M21.034 19.82c-1.435-.942-2.467-2.012-3.187-3.215-.861-1.44-1.089-2.343-1.506-5.058-.199-1.288-.367-1.894-.805-2.425-1.618-1.957-3.749-1.384-4.515.66-.513 1.365-.43 1.648 1.821 7.635l1.627-.615c-1.94-5.165-2.093-5.68-1.82-6.407.326-.87.846-1.01 1.548-.16.159.192.278.62.425 1.578.452 2.94.716 3.988 1.734 5.69.856 1.43 2.072 2.69 3.725 3.776zM38.95 22.911l-.325.089c-.784.217-1.083.263-1.327.196-.153-.042-.119-.011-.108.075-.003-.029.064-.213.25-.496.406-.619.955-1.204 2.534-2.77l.153-.152c1.54-1.529 2.264-2.334 2.736-3.161.804-1.41.426-2.676-1.229-3.09-1.211-.304-2.46.52-4.194 2.277-.316.32-.646.67-1.025 1.085-.271.296-1.141 1.263-1.205 1.333-.37.408-.646.703-.881.94.095-.78.363-2.017.808-3.722l.093-.353c.926-3.528 1.111-4.393.935-5.25-.31-1.513-2.12-2.567-3.952-1.438-.774.477-.996 1.242-1.275 3.238l-.11.801c-.045.325-.082.584-.122.837a20 20 0 0 1-.336 1.718c-.52 2.108-1.39 3.585-2.843 4.486a6 6 0 0 0-.404-.183c-1.62-.664-3.461-.664-5.308.436l.889 1.5c1.33-.794 2.609-.794 3.76-.322.281.115.474.225.557.284l.43.304.468-.24c2.214-1.137 3.462-3.107 4.139-5.846a22 22 0 0 0 .366-1.867c.042-.265.08-.534.127-.867.013-.096.088-.648.11-.799.106-.767.186-1.213.286-1.558.086-.293.164-.429.177-.437.705-.434 1.251-.116 1.338.305.09.437-.136 1.49-.914 4.455l-.093.355c-.905 3.467-1.149 4.918-.655 5.882.343.667 1.024.743 1.62.437.296-.153.61-.408.998-.785.294-.286.621-.633 1.08-1.138.067-.075.934-1.038 1.198-1.327.366-.4.681-.734.98-1.037 1.266-1.282 2.198-1.898 2.536-1.813.433.108.416.052.142.534-.362.634-1.038 1.383-2.45 2.787l-.153.151c-1.69 1.677-2.26 2.285-2.764 3.052-.886 1.35-.722 2.629.851 3.06.666.184 1.144.11 2.25-.197l.303-.082c.793-.208 1.147-.19 1.448.085l.07.056c.004.004.05.047.1.118.217.304.217.649-.264 1.25-2.3 2.453-6.41 1.65-9.04-1.734l-1.371 1.072c3.224 4.148 8.554 5.189 11.723 1.804 1.026-1.278 1.026-2.483.366-3.407a2.3 2.3 0 0 0-.445-.477c-.843-.75-1.736-.792-3.027-.454M23.538 27.293c0-1.076-.87-1.948-1.944-1.948a1.946 1.946 0 0 0-1.943 1.948h1.739a.205.205 0 1 1 .409 0zM29.625 27.293c0-1.076-.87-1.948-1.944-1.948a1.946 1.946 0 0 0-1.943 1.948h1.739a.205.205 0 1 1 .409 0z" /><path d="M31.827 32.06c.114-.28.256-.675.396-1.16.343-1.181.524-2.38.45-3.524-.073-1.134-.395-2.147-1.017-2.987l-1.396 1.04c.404.546.625 1.239.678 2.059.058.914-.093 1.922-.384 2.925a11 11 0 0 1-.39 1.115l-.076.17v6.288l.005.091c.003.08-.071.295-.374.568-.723.65-2.26 1.084-4.85 1.084v1.744c2.98 0 4.919-.547 6.012-1.53.723-.652.977-1.381.946-1.985zM17.904 37.958c-.03.604.223 1.333.946 1.984 1.093.984 3.033 1.53 6.013 1.53V39.73c-2.59 0-4.128-.434-4.851-1.085-.303-.272-.377-.488-.371-.598l.002-.06v-6.289l-.076-.17a11.063 11.063 0 0 1-.656-2.254l-1.713.304q.12.676.31 1.323c.14.485.282.88.396 1.16z" /></g><defs><clipPath id="a"><path fill="#fff" d="M-.001.473h48v48h-48z" /></clipPath></defs></svg>;
4
+ export default Moose48;
@@ -0,0 +1 @@
1
+ <svg width="48" height="49" fill="none"><g fill="currentColor" clip-path="url(#a)"><path d="M36.352 20.099H13.253v-1.667h21.931zM13.666 24.266a1.243 1.243 0 0 0 0 2.488 1.243 1.243 0 0 0 0-2.489m0 4.155c-1.594 0-2.891-1.306-2.891-2.911s1.297-2.911 2.891-2.911 2.892 1.306 2.892 2.91c0 1.606-1.297 2.912-2.892 2.912M33.884 24.266a1.243 1.243 0 0 0 0 2.488 1.243 1.243 0 0 0 0-2.489m0 4.155c-1.595 0-2.892-1.306-2.892-2.911s1.297-2.911 2.892-2.911 2.891 1.306 2.891 2.91c0 1.606-1.297 2.912-2.891 2.912"/><path d="M41.34 20.932c0 .021-.275.028-.642.028-.735 0-1.836-.028-1.836-.028l.863 3.334-.037 5.833v4.167h-.826v3.333h-3.304v-3.333h-23.13v3.333H9.122v-3.333h-.826v-2.5h19v-1.667h-19v-5.833l.826-3.334s-1.101.028-1.836.028c-.367 0-.642-.007-.642-.028v-1.666c0-.807 4.13-.834 4.13-.834l3.304-5s.804-2.495 9.5-2.5c8.7 0 10.327 2.5 10.327 2.5l3.304 5s4.13.027 4.13.834zm-6.06-8.424c-.347-.533-2.571-3.242-11.673-3.242-8.268.005-10.425 2.175-10.988 3.372l-2.738 4.144c-2.638.085-4.888.535-4.888 2.484v1.666c0 .56.37 1.635 1.773 1.688l.235.005-.307 1.237-.05.199v10.205c0 .617.333 1.156.827 1.444v1.89c0 .92.74 1.666 1.652 1.666h3.304c.913 0 1.652-.746 1.652-1.667v-1.667h19.827V37.6c0 .92.739 1.667 1.652 1.667h3.304c.913 0 1.652-.746 1.652-1.667l-.001-1.889c.495-.287.827-.827.827-1.444v-2.5c0-.034-.008-.065-.01-.099l.01-1.557v-6.053l-.041-.212-.315-1.22q.136-.001.235-.005c1.403-.053 1.774-1.128 1.774-1.688v-1.666c0-1.95-2.25-2.4-4.888-2.484z"/></g><defs><clipPath id="a"><path fill="#fff" d="M-.008.266h48v48h-48z"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg width="48" height="49" fill="none"><g fill="currentColor" clip-path="url(#a)"><path d="M36.352 20.099H13.253v-1.667h21.931z"/><path d="m30.646 12.988-4.546-.17-.53-.749-1.344.97 1.003 1.414 3.062.115-1.2 3.214 5.276-.614 1.715 2.576 1.372-.929-2.277-3.419-3.586.417zM13.666 24.266a1.243 1.243 0 0 0 0 2.488 1.243 1.243 0 0 0 0-2.489m0 4.155c-1.594 0-2.891-1.306-2.891-2.911s1.297-2.911 2.891-2.911 2.892 1.306 2.892 2.91c0 1.606-1.297 2.912-2.892 2.912M35.557 25.516a1.243 1.243 0 0 1-1.238 1.238 1.243 1.243 0 0 1 0-2.488v-1.667c-1.595 0-2.892 1.306-2.892 2.911s1.297 2.91 2.892 2.91c1.592 0 2.887-1.302 2.89-2.904z"/><path d="M41.34 20.932c0 .021-.275.028-.642.028-.735 0-1.836-.028-1.836-.028l.863 3.334-.037 5.833v4.167h-.826v3.333h-3.304v-3.333h-23.13v3.333H9.122v-3.333h-.826v-2.5h19v-1.667h-19v-5.833l.826-3.334s-1.101.028-1.836.028c-.367 0-.642-.007-.642-.028v-1.666c0-.807 4.13-.834 4.13-.834l3.304-5s.804-2.495 9.5-2.5c8.7 0 10.327 2.5 10.327 2.5l3.304 5s4.13.027 4.13.834zm-6.06-8.424c-.347-.533-2.571-3.242-11.673-3.242-8.268.005-10.425 2.175-10.988 3.372l-2.738 4.144c-2.638.085-4.888.535-4.888 2.484v1.666c0 .56.37 1.635 1.773 1.688l.235.005-.307 1.237-.05.199v10.205c0 .617.333 1.156.827 1.444v1.89c0 .92.74 1.666 1.652 1.666h3.304c.913 0 1.652-.746 1.652-1.667v-1.667h19.827V37.6c0 .92.739 1.667 1.652 1.667h3.304c.913 0 1.652-.746 1.652-1.667l-.001-1.889c.495-.287.827-.827.827-1.444v-2.5c0-.034-.008-.065-.01-.099l.01-1.557v-6.053l-.041-.212-.315-1.22q.136-.001.235-.005c1.403-.053 1.774-1.128 1.774-1.688v-1.666c0-1.95-2.25-2.4-4.888-2.484z"/><path d="m37.353 33.462 1.155-1.192-2.2-2.17h-6.946v1.666h6.272z"/></g><defs><clipPath id="a"><path fill="#fff" d="M-.008.266h48v48h-48z"/></clipPath></defs></svg>
@@ -379,6 +379,7 @@
379
379
  "payment-48": "/Users/carl/Development/lfds-icons/dist/Payment48.jsx",
380
380
  "other-room-48": "/Users/carl/Development/lfds-icons/dist/OtherRoom48.jsx",
381
381
  "other-outdoor-48": "/Users/carl/Development/lfds-icons/dist/OtherOutdoor48.jsx",
382
+ "moose-48": "/Users/carl/Development/lfds-icons/dist/Moose48.jsx",
382
383
  "livingroom-48": "/Users/carl/Development/lfds-icons/dist/Livingroom48.jsx",
383
384
  "linkedin-48": "/Users/carl/Development/lfds-icons/dist/Linkedin48.jsx",
384
385
  "kitchen-48": "/Users/carl/Development/lfds-icons/dist/Kitchen48.jsx",
@@ -396,6 +397,8 @@
396
397
  "card-pause-48": "/Users/carl/Development/lfds-icons/dist/CardPause48.jsx",
397
398
  "card-block-48": "/Users/carl/Development/lfds-icons/dist/CardBlock48.jsx",
398
399
  "card-48": "/Users/carl/Development/lfds-icons/dist/Card48.jsx",
400
+ "car-damaged-48": "/Users/carl/Development/lfds-icons/dist/CarDamaged48.jsx",
401
+ "car-48": "/Users/carl/Development/lfds-icons/dist/Car48.jsx",
399
402
  "briefcase-first-aid-48": "/Users/carl/Development/lfds-icons/dist/BriefcaseFirstAid48.jsx",
400
403
  "briefcase-48": "/Users/carl/Development/lfds-icons/dist/Briefcase48.jsx",
401
404
  "bell-48": "/Users/carl/Development/lfds-icons/dist/Bell48.jsx",
@@ -396,6 +396,7 @@
396
396
  "payment-48": "/Users/carl/Development/lfds-icons/dist/sprite-48.svg#payment-48",
397
397
  "other-room-48": "/Users/carl/Development/lfds-icons/dist/sprite-48.svg#other-room-48",
398
398
  "other-outdoor-48": "/Users/carl/Development/lfds-icons/dist/sprite-48.svg#other-outdoor-48",
399
+ "moose-48": "/Users/carl/Development/lfds-icons/dist/sprite-48.svg#moose-48",
399
400
  "livingroom-48": "/Users/carl/Development/lfds-icons/dist/sprite-48.svg#livingroom-48",
400
401
  "linkedin-48": "/Users/carl/Development/lfds-icons/dist/sprite-48.svg#linkedin-48",
401
402
  "kitchen-48": "/Users/carl/Development/lfds-icons/dist/sprite-48.svg#kitchen-48",
@@ -413,6 +414,8 @@
413
414
  "card-pause-48": "/Users/carl/Development/lfds-icons/dist/sprite-48.svg#card-pause-48",
414
415
  "card-block-48": "/Users/carl/Development/lfds-icons/dist/sprite-48.svg#card-block-48",
415
416
  "card-48": "/Users/carl/Development/lfds-icons/dist/sprite-48.svg#card-48",
417
+ "car-damaged-48": "/Users/carl/Development/lfds-icons/dist/sprite-48.svg#car-damaged-48",
418
+ "car-48": "/Users/carl/Development/lfds-icons/dist/sprite-48.svg#car-48",
416
419
  "briefcase-first-aid-48": "/Users/carl/Development/lfds-icons/dist/sprite-48.svg#briefcase-first-aid-48",
417
420
  "briefcase-48": "/Users/carl/Development/lfds-icons/dist/sprite-48.svg#briefcase-48",
418
421
  "bell-48": "/Users/carl/Development/lfds-icons/dist/sprite-48.svg#bell-48",
@@ -379,6 +379,7 @@
379
379
  "payment-48": "/Users/carl/Development/lfds-icons/dist/payment-48.svg",
380
380
  "other-room-48": "/Users/carl/Development/lfds-icons/dist/other-room-48.svg",
381
381
  "other-outdoor-48": "/Users/carl/Development/lfds-icons/dist/other-outdoor-48.svg",
382
+ "moose-48": "/Users/carl/Development/lfds-icons/dist/moose-48.svg",
382
383
  "livingroom-48": "/Users/carl/Development/lfds-icons/dist/livingroom-48.svg",
383
384
  "linkedin-48": "/Users/carl/Development/lfds-icons/dist/linkedin-48.svg",
384
385
  "kitchen-48": "/Users/carl/Development/lfds-icons/dist/kitchen-48.svg",
@@ -396,6 +397,8 @@
396
397
  "card-pause-48": "/Users/carl/Development/lfds-icons/dist/card-pause-48.svg",
397
398
  "card-block-48": "/Users/carl/Development/lfds-icons/dist/card-block-48.svg",
398
399
  "card-48": "/Users/carl/Development/lfds-icons/dist/card-48.svg",
400
+ "car-damaged-48": "/Users/carl/Development/lfds-icons/dist/car-damaged-48.svg",
401
+ "car-48": "/Users/carl/Development/lfds-icons/dist/car-48.svg",
399
402
  "briefcase-first-aid-48": "/Users/carl/Development/lfds-icons/dist/briefcase-first-aid-48.svg",
400
403
  "briefcase-48": "/Users/carl/Development/lfds-icons/dist/briefcase-48.svg",
401
404
  "bell-48": "/Users/carl/Development/lfds-icons/dist/bell-48.svg",
@@ -379,6 +379,7 @@
379
379
  "payment-48": "/Users/carl/Development/lfds-icons/dist/Payment48.tsx",
380
380
  "other-room-48": "/Users/carl/Development/lfds-icons/dist/OtherRoom48.tsx",
381
381
  "other-outdoor-48": "/Users/carl/Development/lfds-icons/dist/OtherOutdoor48.tsx",
382
+ "moose-48": "/Users/carl/Development/lfds-icons/dist/Moose48.tsx",
382
383
  "livingroom-48": "/Users/carl/Development/lfds-icons/dist/Livingroom48.tsx",
383
384
  "linkedin-48": "/Users/carl/Development/lfds-icons/dist/Linkedin48.tsx",
384
385
  "kitchen-48": "/Users/carl/Development/lfds-icons/dist/Kitchen48.tsx",
@@ -396,6 +397,8 @@
396
397
  "card-pause-48": "/Users/carl/Development/lfds-icons/dist/CardPause48.tsx",
397
398
  "card-block-48": "/Users/carl/Development/lfds-icons/dist/CardBlock48.tsx",
398
399
  "card-48": "/Users/carl/Development/lfds-icons/dist/Card48.tsx",
400
+ "car-damaged-48": "/Users/carl/Development/lfds-icons/dist/CarDamaged48.tsx",
401
+ "car-48": "/Users/carl/Development/lfds-icons/dist/Car48.tsx",
399
402
  "briefcase-first-aid-48": "/Users/carl/Development/lfds-icons/dist/BriefcaseFirstAid48.tsx",
400
403
  "briefcase-48": "/Users/carl/Development/lfds-icons/dist/Briefcase48.tsx",
401
404
  "bell-48": "/Users/carl/Development/lfds-icons/dist/Bell48.tsx",
@@ -0,0 +1 @@
1
+ <svg width="48" height="49" fill="none"><g fill="currentColor" clip-path="url(#a)"><path d="M9.424 23.86c-.13-.04-.2-.06-.28-.082-1.324-.376-2.228-.339-3.08.47-.13.105-.283.259-.43.465-.66.924-.66 2.13.32 3.357 2.452 2.668 7.49 2.308 11.625-.713l-1.024-1.41c-3.498 2.557-7.57 2.847-9.283.986-.442-.556-.442-.9-.225-1.204a1 1 0 0 1 .101-.118l.092-.078c.296-.29.627-.306 1.432-.078.072.02.136.04.26.077 1.09.322 1.568.401 2.236.218 1.582-.435 1.68-1.724.736-3.047-.53-.744-1.082-1.3-2.868-2.984l-.23-.218c-1.49-1.41-2.23-2.21-2.565-2.838-.198-.372-.238-.369.33-.453l.057.04q.255.187.685.608c.453.442.405.392 2.002 2.11l.23.247c2.335 2.5 3.214 3.271 4.22 3.06 1.203-.253 1.87-.976 1.875-2.024.003-.632-.149-1.09-.647-2.283l-.076-.182-.073-.18-1.612.656.079.192.078.188c.391.936.513 1.305.512 1.6-.001.178-.052.234-.493.326.118-.024.108-.027.031-.073a5 5 0 0 1-.68-.52c-.498-.437-1.083-1.03-1.944-1.952l-.228-.244-.54-.583c-.214-.23-.375-.403-.53-.567-.394-.42-.71-.746-.99-1.02-.92-.9-1.396-1.249-2.026-1.152-1.915.295-2.597 1.519-1.795 3.026.46.865 1.26 1.729 2.906 3.286l.233.22c1.675 1.58 2.212 2.12 2.644 2.727.105.147.176.267.22.352-.234.064-.525.016-1.285-.209"/><path d="M21.034 19.82c-1.435-.942-2.467-2.012-3.187-3.215-.861-1.44-1.089-2.343-1.506-5.058-.199-1.288-.367-1.894-.805-2.425-1.618-1.957-3.749-1.384-4.515.66-.513 1.365-.43 1.648 1.821 7.635l1.627-.615c-1.94-5.165-2.093-5.68-1.82-6.407.326-.87.846-1.01 1.548-.16.159.192.278.62.425 1.578.452 2.94.716 3.988 1.734 5.69.856 1.43 2.072 2.69 3.725 3.776zM38.95 22.911l-.325.089c-.784.217-1.083.263-1.327.196-.153-.042-.119-.011-.108.075-.003-.029.064-.213.25-.496.406-.619.955-1.204 2.534-2.77l.153-.152c1.54-1.529 2.264-2.334 2.736-3.161.804-1.41.426-2.676-1.229-3.09-1.211-.304-2.46.52-4.194 2.277-.316.32-.646.67-1.025 1.085-.271.296-1.141 1.263-1.205 1.333-.37.408-.646.703-.881.94.095-.78.363-2.017.808-3.722l.093-.353c.926-3.528 1.111-4.393.935-5.25-.31-1.513-2.12-2.567-3.952-1.438-.774.477-.996 1.242-1.275 3.238l-.11.801c-.045.325-.082.584-.122.837a20 20 0 0 1-.336 1.718c-.52 2.108-1.39 3.585-2.843 4.486a6 6 0 0 0-.404-.183c-1.62-.664-3.461-.664-5.308.436l.889 1.5c1.33-.794 2.609-.794 3.76-.322.281.115.474.225.557.284l.43.304.468-.24c2.214-1.137 3.462-3.107 4.139-5.846a22 22 0 0 0 .366-1.867c.042-.265.08-.534.127-.867.013-.096.088-.648.11-.799.106-.767.186-1.213.286-1.558.086-.293.164-.429.177-.437.705-.434 1.251-.116 1.338.305.09.437-.136 1.49-.914 4.455l-.093.355c-.905 3.467-1.149 4.918-.655 5.882.343.667 1.024.743 1.62.437.296-.153.61-.408.998-.785.294-.286.621-.633 1.08-1.138.067-.075.934-1.038 1.198-1.327.366-.4.681-.734.98-1.037 1.266-1.282 2.198-1.898 2.536-1.813.433.108.416.052.142.534-.362.634-1.038 1.383-2.45 2.787l-.153.151c-1.69 1.677-2.26 2.285-2.764 3.052-.886 1.35-.722 2.629.851 3.06.666.184 1.144.11 2.25-.197l.303-.082c.793-.208 1.147-.19 1.448.085l.07.056c.004.004.05.047.1.118.217.304.217.649-.264 1.25-2.3 2.453-6.41 1.65-9.04-1.734l-1.371 1.072c3.224 4.148 8.554 5.189 11.723 1.804 1.026-1.278 1.026-2.483.366-3.407a2.3 2.3 0 0 0-.445-.477c-.843-.75-1.736-.792-3.027-.454M23.538 27.293c0-1.076-.87-1.948-1.944-1.948a1.946 1.946 0 0 0-1.943 1.948h1.739a.205.205 0 1 1 .409 0zM29.625 27.293c0-1.076-.87-1.948-1.944-1.948a1.946 1.946 0 0 0-1.943 1.948h1.739a.205.205 0 1 1 .409 0z"/><path d="M31.827 32.06c.114-.28.256-.675.396-1.16.343-1.181.524-2.38.45-3.524-.073-1.134-.395-2.147-1.017-2.987l-1.396 1.04c.404.546.625 1.239.678 2.059.058.914-.093 1.922-.384 2.925a11 11 0 0 1-.39 1.115l-.076.17v6.288l.005.091c.003.08-.071.295-.374.568-.723.65-2.26 1.084-4.85 1.084v1.744c2.98 0 4.919-.547 6.012-1.53.723-.652.977-1.381.946-1.985zM17.904 37.958c-.03.604.223 1.333.946 1.984 1.093.984 3.033 1.53 6.013 1.53V39.73c-2.59 0-4.128-.434-4.851-1.085-.303-.272-.377-.488-.371-.598l.002-.06v-6.289l-.076-.17a11.063 11.063 0 0 1-.656-2.254l-1.713.304q.12.676.31 1.323c.14.485.282.88.396 1.16z"/></g><defs><clipPath id="a"><path fill="#fff" d="M-.001.473h48v48h-48z"/></clipPath></defs></svg>
@@ -1 +1 @@
1
- <svg width="0" height="0" style="position:absolute"><symbol fill="none" viewBox="0 0 12 12" id="external-link-12"><g fill="currentColor" fill-rule="evenodd" clip-path="url(#aa)" clip-rule="evenodd"><path d="M6.005 0 6 1.75h2.84L4.1 6.5l1.4 1.4 4.75-4.74v2.835H12V0z"/><path d="M0 1v11h11V8H9v2H2V3h2V1z"/></g><defs><clipPath id="aa"><path fill="#fff" d="M0 0h12v12H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 12 12" id="plus-12"><path fill="#fff" d="M0 0h12v12H0z"/><path fill="currentColor" d="M5 1h2v10H5z"/><path fill="currentColor" d="M1 5h10v2H1z"/></symbol></svg>
1
+ <svg width="0" height="0" style="position:absolute"><symbol fill="none" viewBox="0 0 12 12" id="external-link-12"><g fill="currentColor" fill-rule="evenodd" clip-path="url(#ba)" clip-rule="evenodd"><path d="M6.005 0 6 1.75h2.84L4.1 6.5l1.4 1.4 4.75-4.74v2.835H12V0z"/><path d="M0 1v11h11V8H9v2H2V3h2V1z"/></g><defs><clipPath id="ba"><path fill="#fff" d="M0 0h12v12H0z"/></clipPath></defs></symbol><symbol fill="none" viewBox="0 0 12 12" id="plus-12"><path fill="#fff" d="M0 0h12v12H0z"/><path fill="currentColor" d="M5 1h2v10H5z"/><path fill="currentColor" d="M1 5h10v2H1z"/></symbol></svg>