UNPKG

react-icon-library

Version:

A library of SVG icons for use in reactJS projects

9 lines 608 B
import React from 'react'; export default function Flag2(props) { return (<svg id="Bold" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} {...props}> <title>flag</title> <path d="M23.562,15.61,16.794,10.2a.249.249,0,0,1,0-.39l5.987-4.789c.522-.418.485-.8.418-1S22.917,3.5,22.25,3.5h-9.5V2A1.5,1.5,0,0,0,11.25.5h-6a.5.5,0,0,0-.5.5V13a.5.5,0,0,0,.5.5H9.48a3.55,3.55,0,0,0-1.56,1.625A1,1,0,0,0,8.848,16.5h14.4a.5.5,0,0,0,.312-.89Z"/> <path d="M1.75,0A1.5,1.5,0,0,0,.25,1.5v21a1.5,1.5,0,0,0,3,0V1.5A1.5,1.5,0,0,0,1.75,0Z"/> </svg>); } //# sourceMappingURL=Flag2.js.map