UNPKG

@react-icons/all-files

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (5 loc) 389 B
// THIS FILE IS AUTO GENERATED import { GenIcon } from '../lib'; export function BiMinusBack (props) { return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 24 24"},"child":[{"tag":"path","attr":{"d":"M14,3H5C3.897,3,3,3.897,3,5v9c0,1.103,0.897,2,2,2h3v3c0,1.103,0.897,2,2,2h9c1.103,0,2-0.897,2-2v-9c0-1.103-0.897-2-2-2 h-3V5C16,3.897,15.103,3,14,3z M5,5h9l-0.003,9H9H5V5z"}}]})(props); };