@react-icons/all-files
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (5 loc) • 569 B
JavaScript
// THIS FILE IS AUTO GENERATED
var GenIcon = require('../lib').GenIcon
module.exports.BiHighlight = function BiHighlight (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 24 24"},"child":[{"tag":"path","attr":{"d":"M20.707 5.826l-3.535-3.533c-.388-.389-1.017-.391-1.408-.006L7.096 10.82c-.135.134-.23.303-.273.488l-1.024 4.437L4 18h2.828l1.142-1.129 3.588-.828c.18-.042.345-.133.477-.262l8.667-8.535C20.892 7.059 20.999 6.804 21 6.537S20.896 6.015 20.707 5.826zM11.338 13.659l-2.121-2.12 7.243-7.131 2.12 2.12L11.338 13.659zM4 20H20V22H4z"}}]})(props);
};