@react-icons/all-files
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (5 loc) • 447 B
JavaScript
// THIS FILE IS AUTO GENERATED
import { GenIcon } from '../lib';
export function BiTag (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 24 24"},"child":[{"tag":"path","attr":{"d":"M20,4h-9H9H8.515C7.87,4,7.262,4.313,6.888,4.838l-4.701,6.581c-0.249,0.348-0.249,0.814,0,1.162l4.701,6.581 C7.262,19.687,7.87,20,8.515,20H9h1h10c1.103,0,2-0.897,2-2V6C22,4.897,21.103,4,20,4z M20,18H10H9H8.515l-4.286-6l4.286-6H9h2h9 V18z"}}]})(props);
};