react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 1.61 kB
JavaScript
import * as React from 'react';
export function SvgPiggyBankSolid(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M13.5 4A4.516 4.516 0 009 8.5c0 .8.227 1.543.594 2.188-1.801 1.054-3.211 2.55-3.969 4.312H5.5a.489.489 0 01-.5-.5c0-.176.09-.316.219-.406l-1.157-1.625A2.475 2.475 0 003 14.5c0 1.23.918 2.238 2.094 2.438C5.043 17.288 5 17.637 5 18c0 2.492 1.324 4.652 3.25 6.25-.242 1-.121 2.066.656 2.844a3.063 3.063 0 004.313 0l.375-.375c.781.144 1.566.281 2.406.281.84 0 1.625-.137 2.406-.281l.375.375a3.063 3.063 0 004.313 0c.761-.762.875-1.797.656-2.782A9.208 9.208 0 0025.781 22H28v-8h-2.281a8.956 8.956 0 00-1.282-1.625L25 9.281V8h-1s-2.402.04-4.438 1.563a15.608 15.608 0 00-1.625-.376c.04-.222.063-.453.063-.687C18 6.027 15.973 4 13.5 4zm0 2C14.89 6 16 7.11 16 8.5c0 .172-.031.336-.063.5-1.613.008-3.136.32-4.53.844A2.42 2.42 0 0111 8.5C11 7.11 12.11 6 13.5 6zm9.25 4.188c.016-.004.016.003.031 0l-.375 2.28-.093.532.437.375a6.957 6.957 0 011.625 2.063l.281.562H26v4h-1.344l-.281.563c-.488.964-1.258 1.812-2.25 2.53l-.719.532.438.813c.238.402.195.898-.157 1.25a1.017 1.017 0 01-1.468 0l-.719-.72-.406-.374-.532.125C17.75 24.906 16.887 25 16 25a11.45 11.45 0 01-2.563-.281l-.53-.125-.407.375-.719.718a1.017 1.017 0 01-1.469 0 1.005 1.005 0 01-.156-1.25l.438-.812-.719-.531C8.066 21.78 7 19.988 7 18c0-3.742 3.91-7 9-7 1.23 0 2.402.184 3.469.531l.531.188.438-.375c.714-.637 1.597-.98 2.312-1.156zM22 16c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z" })));
}
export default SvgPiggyBankSolid;