aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/libre-wolf.jsx
blob: b1e856a3a0dc7823f9913e0c3cc0d0aa1d0e9c42 (plain)
1
2
3
4
5
6
7
8
9
import Icon from "../icon.jsx";

export default function LibreWolf(props) {
  return (
    <Icon {...props}>
      <path d="M10.479 23.941c-2.105-.27-4.118-1.109-5.875-2.448-.573-.437-1.648-1.52-2.117-2.132-1.314-1.715-2.131-3.66-2.4-5.718-.116-.88-.116-2.5 0-3.304C.667 6.315 3.2 2.864 6.834 1.14 8.525.339 10.073 0 12.038 0c3.18 0 6 1.14 8.287 3.346 1.102 1.063 1.84 2.071 2.473 3.375C23.654 8.485 24 10.02 24 12.044c0 2.665-.77 4.989-2.367 7.15-.475.643-1.403 1.62-2.019 2.124-1.688 1.385-3.84 2.322-5.977 2.602-.738.096-2.48.108-3.158.021Zm4.454-2.158c1.286-.406 2.334-.95 3.345-1.74.538-.42 1.468-1.358 1.858-1.875 1.057-1.403 1.776-3.16 1.988-4.857.102-.818.043-2.546-.113-3.297-.412-1.988-1.3-3.667-2.7-5.104-.872-.896-1.666-1.486-2.688-1.999-1.55-.777-2.88-1.092-4.624-1.093-1.848-.002-3.467.421-5.07 1.325-1.46.823-2.968 2.334-3.795 3.8-.608 1.08-1.054 2.36-1.227 3.531-.114.768-.117 2.292-.005 3.027.224 1.47.782 2.925 1.59 4.144.442.666.428.658.817.435.697-.398.879-.591 1.259-1.335.444-.87.918-1.63 1.347-2.158.495-.61.563-.718.811-1.293.125-.29.35-.715.498-.945l.271-.419-.35-.344c-.466-.458-.853-.977-.926-1.241-.074-.27.013-.42.363-.622.354-.205.607-.263 1.552-.36.46-.048.96-.135 1.118-.194.156-.06.624-.315 1.04-.566 1.199-.728 1.3-.765 2.019-.75.607.014.608.013.968-.204.755-.456 1.838-1.28 3.264-2.48.273-.23.537-.41.585-.4.202.038.572.947.628 1.541.035.36-.035.717-.249 1.275-.058.152-.085.297-.06.323.062.06.271-.202.271-.339 0-.175.116-.195.274-.047.114.108.213.138.443.138.252 0 .314.024.412.155.167.222.206.828.079 1.212-.124.374-.5.804-.84.964-.304.144-.92.746-1.209 1.181-.11.167-.317.515-.46.773-.143.259-.382.649-.532.868-.294.43-.547 1.03-.79 1.88-.143.5-.155.63-.161 1.743-.007 1.345-.077 1.675-.44 2.09-.414.47-.826 1.505-.861 2.157a4.937 4.937 0 0 1-.175 1.11c-.04.13.034.129.475-.01Z" />
    </Icon>
  );
}