@react-icons/all-files
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (5 loc) • 328 B
JavaScript
// THIS FILE IS AUTO GENERATED
var GenIcon = require('../lib').GenIcon
module.exports.BiBracket = function BiBracket (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 24 24"},"child":[{"tag":"path","attr":{"d":"M10 4L10 2 4 2 4 22 10 22 10 20 6 20 6 4zM14 20L14 22 20 22 20 2 14 2 14 4 18 4 18 20z"}}]})(props);
};