@react-icons/all-files
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (5 loc) • 495 B
JavaScript
// THIS FILE IS AUTO GENERATED
import { GenIcon } from '../lib';
export function BiBlanket (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 24 24"},"child":[{"tag":"path","attr":{"d":"M20,2H7C4.243,2,2,4.243,2,7v10c0,2.757,2.243,5,5,5h12c1.654,0,3-1.346,3-3s-1.346-3-3-3H6v2h13c0.552,0,1,0.448,1,1 s-0.448,1-1,1H7c-1.654,0-3-1.346-3-3s1.346-3,3-3h13c1.103,0,2-0.897,2-2V4C22,2.897,21.103,2,20,2z M20,12H7 c-1.125,0-2.164,0.373-3,1.002V7c0-1.654,1.346-3,3-3h13V12z"}}]})(props);
};