react-icon-library
Version:
A library of SVG icons for use in reactJS projects
18 lines • 1.32 kB
JavaScript
import React from 'react';
export default function FootwearHeelsAnkle(props) {
return (<svg id="Light" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} {...props}>
<defs>
<style dangerouslySetInnerHTML={{
__html: '.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}',
}}/>
</defs>
<title>footwear-heels-ankle</title>
<path className="cls-1" d="M21.958,16.988c-5.165-3.516-6.65-7.727-6.985-9.274a.493.493,0,0,0-.587-.37C8.912,8.4,5.569,6.154,2.619,1.641a.506.506,0,0,0-.847-.006,7.633,7.633,0,0,0-1,2.278,9.982,9.982,0,0,0,.05,4.824A64.854,64.854,0,0,1,1.855,21.6a1,1,0,0,0,1,.992h.012a1,1,0,0,0,1-1V14.019a1,1,0,0,1,1.8-.554,45.539,45.539,0,0,1,5.549,8.61,1,1,0,0,0,.876.516h8.273a3.1,3.1,0,0,0,3.08-2.411A2.985,2.985,0,0,0,21.958,16.988Z"/>
<path className="cls-1" d="M.721,8.25a45.977,45.977,0,0,1,4.944,5.215"/>
<path className="cls-1" d="M2.261,9.682c6.574-5.772,9.5,11.241,16.152,7.711l2.155-1.436"/>
<path className="cls-1" d="M13.312,9.85a.25.25,0,1,1-.25.25.249.249,0,0,1,.25-.25"/>
<path className="cls-1" d="M14.562,11.966a.25.25,0,1,1-.25.25.249.249,0,0,1,.25-.25"/>
<path className="cls-1" d="M16.25,14.279a.25.25,0,1,1-.25.25.25.25,0,0,1,.25-.25"/>
</svg>);
}
//# sourceMappingURL=FootwearHeelsAnkle.js.map